blob: 44b04281e385157d29998b2f33fcb7e9348f2649 (
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
|
= 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
|