AsciiDoc Article Title
Firstname Lastname <author@asciidoctor.org> 1.0, July 29, 2014, Asciidoctor 1.5 article template :toc: :icons: font :quick-uri: http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/
Content entered directly below the header but before the first section heading is called the preamble.
First level heading
This is a paragraph with a bold word and an italicized word.
This is another paragraph.[1]
Second level heading
-
list item 1
-
nested list item
-
nested nested list item 1
-
nested nested list item 2
-
-
-
list item 2
This is a paragraph.
Content in an example block is subject to normal substitutions.
Third level heading
Content in a listing block is subject to verbatim substitutions. Listing block content is commonly used to preserve code input.
Fourth level heading
Column heading 1 | Column heading 2 |
---|---|
Column 1, row 1 |
Column 2, row 1 |
Column 1, row 2 |
Column 2, row 2 |
Fifth level heading
I am a block quote or a prose excerpt. I am subject to normal substitutions.
movie title
I am a verse block. Indents and endlines are preserved in verse blocks.
poem title and more
First level heading
Tip
|
There are five admonition labels: Tip, Note, Important, Caution and Warning. |
-
ordered list item
-
nested ordered list item
-
-
ordered list item
The text at the end of this sentence is cross referenced to the third level heading
First level heading
This is a link to the Asciidoctor User Manual. This is an attribute reference {quick-uri}[which links this text to the Asciidoctor Quick Reference Guide].