diff options
Diffstat (limited to 'src/model/items.rs')
| -rw-r--r-- | src/model/items.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/items.rs b/src/model/items.rs index a2c61933..21d45b67 100644 --- a/src/model/items.rs +++ b/src/model/items.rs @@ -66,7 +66,7 @@ pub struct LangItems { pub strong: fn(body: Content) -> Content, /// Emphasized content: `_Emphasized_`. pub emph: fn(body: Content) -> Content, - /// A raw block with optional syntax highlighting: `` `...` ``. + /// Raw text with optional syntax highlighting: `` `...` ``. pub raw: fn(text: EcoString, tag: Option<EcoString>, block: bool) -> Content, /// A hyperlink: `https://typst.org`. pub link: fn(url: EcoString) -> Content, |
