typst/tests/typ/markup/basic.typ
2021-03-29 14:51:54 +02:00

23 lines
297 B
Typst

// Test basic markup.
---
#let linebreak() = [
// Inside the old line break definition is still active.
#circle(radius: 2pt, fill: #000) \
]
A \ B \ C
---
// Paragraph breaks don't exist!
#let parbreak() = [ ]
No more
paragraph breaks
for you!
---
The non-breaking~space does work.