blob: e3ce2f69ad46ff148d4f2aba9baf7f1b050d91db (
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
= Document Title
Doc Writer <thedoc@asciidoctor.org>
Preamble paragraph.
NOTE: This is test, only a test.
== Lists
.Unordered, basic
* Edgar Allan Poe
* Sheri S. Tepper
* Bill Bryson
.Unordered, max nesting
* level 1
** level 2
*** level 3
**** level 4
***** level 5
* level 1
.Checklist
- [*] checked
- [x] also checked
- [ ] not checked
- normal list item
.Ordered, basic
. Step 1
. Step 2
. Step 3
.Ordered, nested
. Step 1
. Step 2
.. Step 2a
.. Step 2b
. Step 3
.Ordered, max nesting
. level 1
.. level 2
... level 3
.... level 4
..... level 5
. level 1
.Labeled, single-line
first term:: definition of first term
section term:: definition of second term
.Labeled, multi-line
first term::
definition of first term
second term::
definition of second term
.Q&A
[qanda]
What is Asciidoctor?::
An implementation of the AsciiDoc processor in Ruby.
What is the answer to the Ultimate Question?:: 42
.Mixed
Operating Systems::
Linux:::
. Fedora
* Desktop
. Ubuntu
* Desktop
* Server
BSD:::
. FreeBSD
. NetBSD
Cloud Providers::
PaaS:::
. OpenShift
. CloudBees
IaaS:::
. Amazon EC2
. Rackspace
.Unordered, complex
* level 1
** level 2
*** level 3
This is a new line inside an unordered list using {plus} symbol.
We can even force content to start on a separate line... +
Amazing, isn't it?
**** level 4
+
The {plus} symbol is on a new line.
***** level 5
|