diff options
| author | Tobias Rapp <t-rapp@users.noreply.github.com> | 2024-01-25 16:08:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 15:08:22 +0000 |
| commit | b4b17871d6a6dbda40588eb04619a65db7c0a6b6 (patch) | |
| tree | 746e82bff3d9fe129cc3443dfe28559110e0bc74 /crates | |
| parent | ff6da491c81b03666d47c339132fad5c8bedf528 (diff) | |
Add symbol name for narrow non-breaking space (#3217)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index ed70b963..59fa2931 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -24,6 +24,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { space: [ ' ', nobreak: '\u{A0}', + nobreak.narrow: '\u{202F}', en: '\u{2002}', quad: '\u{2003}', third: '\u{2004}', |
