mirror of https://github.com/stelzo/typst.git
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…
Reference in New Issue