mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
Add symbols for arrows with tilde (#3434)
This commit is contained in:
parent
56ecd6c806
commit
92a2f01b74
@ -600,6 +600,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
r.stop: '⇥',
|
r.stop: '⇥',
|
||||||
r.stroked: '⇨',
|
r.stroked: '⇨',
|
||||||
r.tail: '↣',
|
r.tail: '↣',
|
||||||
|
r.tilde: '⥲',
|
||||||
r.triple: '⇛',
|
r.triple: '⇛',
|
||||||
r.twohead.bar: '⤅',
|
r.twohead.bar: '⤅',
|
||||||
r.twohead: '↠',
|
r.twohead: '↠',
|
||||||
@ -626,6 +627,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
l.stop: '⇤',
|
l.stop: '⇤',
|
||||||
l.stroked: '⇦',
|
l.stroked: '⇦',
|
||||||
l.tail: '↢',
|
l.tail: '↢',
|
||||||
|
l.tilde: '⭉',
|
||||||
l.triple: '⇚',
|
l.triple: '⇚',
|
||||||
l.twohead.bar: '⬶',
|
l.twohead.bar: '⬶',
|
||||||
l.twohead: '↞',
|
l.twohead: '↞',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user