mirror of
https://github.com/typst/typst
synced 2025-08-01 00:37:55 +08:00
Compare commits
2 Commits
8f6e9e54ad
...
2580b57903
Author | SHA1 | Date | |
---|---|---|---|
|
2580b57903 | ||
|
8574b36595 |
@ -595,6 +595,7 @@ impl Shorthand<'_> {
|
|||||||
("--", '\u{2013}'),
|
("--", '\u{2013}'),
|
||||||
("---", '\u{2014}'),
|
("---", '\u{2014}'),
|
||||||
("-?", '\u{00AD}'),
|
("-?", '\u{00AD}'),
|
||||||
|
("-!", '\u{2011}'),
|
||||||
];
|
];
|
||||||
|
|
||||||
/// Get the shorthanded character.
|
/// Get the shorthanded character.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user