Compare commits

...

2 Commits

Author SHA1 Message Date
Tau
b07ebc9916
Merge 8574b36595715414f399f8780070589470aad7bf into 5661c20580584d86897d139cdeffd6fb1a9a6d5c 2025-07-17 02:33:10 +08:00
Alice Carroll
8574b36595
feat: non-breaking hyphen shorthand
Closes #6355
2025-07-07 11:18:37 +03:00

View File

@ -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.