Add two-em and three-em dash symbols (#4874)

This commit is contained in:
ssotoen 2024-09-02 14:39:44 +02:00 committed by GitHub
parent e6cdcc53f3
commit 89521c2066
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
dash: [ dash: [
#[call(crate::math::accent::dash)] en: '', #[call(crate::math::accent::dash)] en: '',
em: '', em: '',
em.two: '\u{2e3a}',
em.three: '\u{2e3b}',
fig: '', fig: '',
wave: '', wave: '',
colon: '', colon: '',