diff options
Diffstat (limited to 'library/src/text/quotes.rs')
| -rw-r--r-- | library/src/text/quotes.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/library/src/text/quotes.rs b/library/src/text/quotes.rs index 4f65c7fd..5965df56 100644 --- a/library/src/text/quotes.rs +++ b/library/src/text/quotes.rs @@ -2,14 +2,15 @@ use typst::syntax::is_newline; use crate::prelude::*; +/// # Smart Quote /// A smart quote. /// -/// # Parameters +/// ## Parameters /// - double: bool (named) /// Whether to produce a smart double quote. /// -/// # Tags -/// - text +/// ## Category +/// text #[func] #[capable] #[derive(Debug, Hash)] |
