summaryrefslogtreecommitdiff
path: root/examples/basic-example.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-04-13 00:48:46 -0600
committerGitHub <noreply@github.com>2019-04-13 00:48:46 -0600
commitf1410ff1b2bb8f1db18b12db6f14ca870f7eea2c (patch)
tree462bbe80bcc25b31f4b3689fe7155bfbecda3aa5 /examples/basic-example.adoc
parent296994863dfede84852e7342a09dab967c0fab6a (diff)
resolves #85 place footnotes at end of chapter (book) or document (article) (PR #1016)
- place list of footnotes at end of chapter (when doctype is book) or document (when doctype is article) - add footnotes category to theme to style footnote list - add additional footnotes to example documents - honor footnotes-title attribute to control title of footnote list (unset by default)
Diffstat (limited to 'examples/basic-example.adoc')
-rw-r--r--examples/basic-example.adoc6
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!