feat: non-breaking hyphen shorthand

Closes #6355
This commit is contained in:
Alice Carroll 2025-07-07 10:59:50 +03:00
parent d1deb80bb8
commit 8574b36595
No known key found for this signature in database
GPG Key ID: 05140B67902CD3AF

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.