diff options
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 18b5ab1c..edb343c6 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -17,6 +17,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { zwj: '\u{200D}', zwnj: '\u{200C}', zws: '\u{200B}', + lrm: '\u{200E}', + rlm: '\u{200F}', // Spaces. space: [ |
