blob: 3e83b9113c6d1fa2d081466e3e911bf70c549f5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// 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.
|