diff options
Diffstat (limited to 'examples/basic-example.adoc')
| -rw-r--r-- | examples/basic-example.adoc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/examples/basic-example.adoc b/examples/basic-example.adoc index 29508620..0e457d14 100644 --- a/examples/basic-example.adoc +++ b/examples/basic-example.adoc @@ -1,14 +1,15 @@ = Document Title Doc Writer <doc@example.com> -:doctype: book :reproducible: -//:source-highlighter: coderay -:source-highlighter: rouge :listing-caption: Listing +:source-highlighter: rouge +:toc: +// Uncomment next line to add a title page (or set doctype to book) +//:title-page: // Uncomment next line to set page size (default is A4) //:pdf-page-size: Letter -A simple http://asciidoc.org[AsciiDoc] document. +An example of a basic http://asciidoc.org[AsciiDoc] document prepared by {author}. == Introduction @@ -17,6 +18,9 @@ A paragraph followed by an unordered list{empty}footnote:[AsciiDoc supports unor [square] * item 1 * item 2 +* item 3 + +== Main Here's how you say "`Hello, World!`" in Prawn: |
