mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Add two-em and three-em dash symbols (#4874)
This commit is contained in:
parent
e6cdcc53f3
commit
89521c2066
@ -100,6 +100,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
dash: [
|
||||
#[call(crate::math::accent::dash)] en: '–',
|
||||
em: '—',
|
||||
em.two: '\u{2e3a}',
|
||||
em.three: '\u{2e3b}',
|
||||
fig: '‒',
|
||||
wave: '〜',
|
||||
colon: '∹',
|
||||
|
Loading…
x
Reference in New Issue
Block a user