summaryrefslogtreecommitdiffstats
path: root/t/fmt/asciidoc/LineBreak.adoc
blob: e8856ff2130454f4e1c9c1e73500663101957c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
= Linebreaks

This is a paragraph with a linebreak,
where the linebreak occurs on second line +
The second part of the paragraph is on
a second line.

* We can do the same with a list item +
After the linebreak, the bullet point is continued.
* In this bullet point, the list item
is continued on the next line. +
Then the line is broken in a second part.

..........................
This is a Literal block. +
This is a Literal block.
..........................

__________________________
This is a Quote block. +
This is a Quote block.
__________________________

. List item section 1
. List item section 2 +
 +
Another section of list item 2

Further text


* List item section A
* List item section B +
 +
Another section of list item B

Further text