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 a672b675..d54be8ba 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -600,6 +600,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { r.stop: '⇥', r.stroked: '⇨', r.tail: '↣', + r.tilde: '⥲', r.triple: '⇛', r.twohead.bar: '⤅', r.twohead: '↠', @@ -626,6 +627,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { l.stop: '⇤', l.stroked: '⇦', l.tail: '↢', + l.tilde: '⭉', l.triple: '⇚', l.twohead.bar: '⬶', l.twohead: '↞', |
