typst/tests/typ/basics.typ

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