diff options
Diffstat (limited to 'examples/basic-example.adoc')
| -rw-r--r-- | examples/basic-example.adoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/basic-example.adoc b/examples/basic-example.adoc index 9ce0ad51..29508620 100644 --- a/examples/basic-example.adoc +++ b/examples/basic-example.adoc @@ -12,7 +12,7 @@ A simple http://asciidoc.org[AsciiDoc] document. == Introduction -A paragraph followed by a simple list with square bullets. +A paragraph followed by an unordered list{empty}footnote:[AsciiDoc supports unordered, ordered, and description lists.] with square bullets.footnote:[You may choose from square, disc, and circle for the bullet style.] [square] * item 1 @@ -29,3 +29,7 @@ Prawn::Document.generate 'example.pdf' do text 'Hello, World!' end ---- + +== Conclusion + +That's all, folks! |
