mirror of
https://github.com/typst/typst
synced 2025-05-19 03:25:27 +08:00
Mark 3 symbols as combining accents (#2218)
This commit is contained in:
parent
9ff9615208
commit
50b0318434
@ -153,6 +153,9 @@ impl Symbol {
|
||||
'\u{030c}' | 'ˇ' => '\u{030c}',
|
||||
'\u{20d6}' | '←' => '\u{20d6}',
|
||||
'\u{20d7}' | '→' | '⟶' => '\u{20d7}',
|
||||
'\u{20d0}' | '↼' => '\u{20d0}',
|
||||
'\u{20d1}' | '⇀' => '\u{20d1}',
|
||||
'\u{20e1}' | '↔' | '⟷' => '\u{20e1}',
|
||||
_ => return None,
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user