26 lines
323 B
Plaintext
26 lines
323 B
Plaintext
// Test forced line breaks.
|
|
|
|
---
|
|
// Directly after word.
|
|
Line\ Break
|
|
|
|
// Spaces around.
|
|
Line \ Break
|
|
|
|
// Directly before word does not work.
|
|
No \Break
|
|
|
|
\ Before
|
|
|
|
Multiple \ \ \
|
|
|
|
Times
|
|
|
|
---
|
|
#let linebreak() = [
|
|
// Inside the old line break definition is still active.
|
|
#circle(radius: 2pt, fill: #000) \
|
|
]
|
|
|
|
A \ B \ C
|