mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
replace deprecated angle brackets (#237)
This commit is contained in:
parent
100e9d6085
commit
fa4878f7d0
@ -42,8 +42,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
fence: [l: '⧘', l.double: '⧚', r: '⧙', r.double: '⧛', dotted: '⦙'],
|
||||
angle: [
|
||||
'∠',
|
||||
l: '〈',
|
||||
r: '〉',
|
||||
l: '⟨',
|
||||
r: '⟩',
|
||||
l.double: '《',
|
||||
r.double: '》',
|
||||
acute: '⦟',
|
||||
|
Loading…
x
Reference in New Issue
Block a user