blob: e63929924e7b17b5a58705b0b6ee7083549578ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// Test forced line breaks.
---
// Directly after word.
Line\ Break
// Spaces around.
Line \ Break
// Directly before word does not work.
No \Break
---
// Leading line break.
\ Leading
// Trailing before paragraph break.
Trailing 1 \
Trailing 2
// Trailing before end of document.
Trailing 3 \
|