mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
23 lines
281 B
XML
23 lines
281 B
XML
// Test text, emph and strong.
|
|
|
|
Hello 🌏!
|
|
|
|
_Emph_ and *strong*!
|
|
|
|
---
|
|
// Test non-breaking space.
|
|
|
|
The non-breaking~space does not work.
|
|
|
|
---
|
|
// Test backslash.
|
|
|
|
// Directly after word.
|
|
Line\ Break
|
|
|
|
// Spaces around.
|
|
Line \ Break
|
|
|
|
// Directly before word does not work.
|
|
No \Break
|