mirror of https://github.com/stelzo/typst.git
add r.double.not (#1315)
This commit is contained in:
parent
6af94be34a
commit
b9d03be975
|
|
@ -720,6 +720,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||
r: '⊢',
|
||||
r.long: '⟝',
|
||||
r.double: '⊨',
|
||||
r.double.not: '⊭',
|
||||
l: '⊣',
|
||||
l.long: '⟞',
|
||||
l.short: '⫞',
|
||||
|
|
|
|||
Loading…
Reference in New Issue