use markup highlighting

Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
This commit is contained in:
PgBiel 2025-03-04 16:53:53 -03:00 committed by GitHub
parent a3c2489eb6
commit ec3c058220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.