mirror of
https://github.com/typst/typst
synced 2025-05-30 08:46:24 +08:00
use markup highlighting
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
This commit is contained in:
parent
a3c2489eb6
commit
ec3c058220
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user