mirror of https://github.com/stelzo/typst.git
Added slash.big (#1273)
This commit is contained in:
parent
991777e3a8
commit
33843da2df
|
|
@ -110,7 +110,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||
pilcrow: ['¶', rev: '⁋'],
|
||||
section: '§',
|
||||
semi: [';', rev: '⁏'],
|
||||
slash: ['/', double: '⫽', triple: '⫻'],
|
||||
slash: ['/', double: '⫽', triple: '⫻', big: '\u{29f8}'],
|
||||
dots: [h.c: '⋯', h: '…', v: '⋮', down: '⋱', up: '⋰'],
|
||||
tilde: [
|
||||
op: '∼',
|
||||
|
|
|
|||
Loading…
Reference in New Issue