mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Add checkmark ballot symbols (#4825)
This commit is contained in:
parent
3d980fe4a3
commit
c57593c94c
@ -487,7 +487,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
yen: '¥',
|
yen: '¥',
|
||||||
|
|
||||||
// Miscellaneous.
|
// Miscellaneous.
|
||||||
ballot: ['☐', x: '☒'],
|
ballot: ['☐', cross: '☒', check: '☑', check.heavy: '🗹'],
|
||||||
checkmark: ['✓', light: '🗸', heavy: '✔'],
|
checkmark: ['✓', light: '🗸', heavy: '✔'],
|
||||||
crossmark: ['✗', heavy: '✘'],
|
crossmark: ['✗', heavy: '✘'],
|
||||||
floral: ['❦', l: '☙', r: '❧'],
|
floral: ['❦', l: '☙', r: '❧'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user