mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
9 lines
109 B
XML
9 lines
109 B
XML
// Test simple text.
|
|
|
|
---
|
|
Hello 🌏!
|
|
|
|
---
|
|
// Some code stuff in text.
|
|
let f() , ; : | + - /= == 12 "string"
|