mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
19 lines
268 B
Typst
19 lines
268 B
Typst
// Test symbols.
|
|
|
|
---
|
|
#emoji.face
|
|
#emoji.woman.old
|
|
#emoji.turtle
|
|
|
|
#set text("New Computer Modern Math")
|
|
#sym.arrow
|
|
#sym.arrow.l
|
|
#sym.arrow.r.squiggly
|
|
#sym.arrow.tr.hook
|
|
|
|
#sym.arrow.r;this and this#sym.arrow.l;
|
|
|
|
---
|
|
// Error: 13-20 unknown modifier
|
|
#emoji.face.garbage
|