From f1410ff1b2bb8f1db18b12db6f14ca870f7eea2c Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 13 Apr 2019 00:48:46 -0600 Subject: 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) --- examples/basic-example.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'examples/basic-example.adoc') 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! -- cgit v1.2.3