mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Remove unused single quote shorthand (#5609)
This commit is contained in:
parent
df4e6715cf
commit
370aa5929f
@ -743,7 +743,6 @@ impl MathShorthand<'_> {
|
|||||||
pub const LIST: &'static [(&'static str, char)] = &[
|
pub const LIST: &'static [(&'static str, char)] = &[
|
||||||
("...", '…'),
|
("...", '…'),
|
||||||
("-", '−'),
|
("-", '−'),
|
||||||
("'", '′'),
|
|
||||||
("*", '∗'),
|
("*", '∗'),
|
||||||
("~", '∼'),
|
("~", '∼'),
|
||||||
("!=", '≠'),
|
("!=", '≠'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user