From ec3c058220fca17779761e241209b4122b8c7290 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:53:53 -0300 Subject: use markup highlighting Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com> --- crates/typst-library/src/text/raw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/text/raw.rs b/crates/typst-library/src/text/raw.rs index de249e2a..3dbd1d2d 100644 --- a/crates/typst-library/src/text/raw.rs +++ b/crates/typst-library/src/text/raw.rs @@ -31,7 +31,7 @@ use crate::World; /// to embed computer code into your document. /// /// Note that text given to this element cannot contain arbitrary formatting, -/// such as `{*strong*}` or `{_emphasis_}`, as it is displayed verbatim. If +/// such as `[*strong*]` or `[_emphasis_]`, as it is displayed verbatim. If /// you'd like to display any kind of content with a monospace font, instead of /// using [`raw`], you should change its font to a monospace font using the /// [`text`]($text) function. -- cgit v1.2.3