AsciiDoc User Guide Ascii Doc 2013 11
User Manual:
Open the PDF directly: View PDF .
Page Count: 96
Download | |
Open PDF In Browser | View PDF |
AsciiDoc User Guide i AsciiDoc User Guide AsciiDoc User Guide ii REVISION HISTORY NUMBER DATE 8.6.9 9 November 2013 DESCRIPTION NAME SJR AsciiDoc User Guide iii Contents 1 Introduction 1 2 Getting Started 1 2.1 Installing AsciiDoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2.2 Example AsciiDoc Documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 3 4 5 AsciiDoc Document Types 2 3.1 article . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 3.2 book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 3.3 manpage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 AsciiDoc Backends 2 4.1 Backend Aliases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 4.2 Backend Plugins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 DocBook 3 5.1 Converting DocBook to other file formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 5.2 a2x Toolchain Wrapper . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 5.3 HTML generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 5.4 PDF generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 5.5 HTML Help generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 5.6 Toolchain components summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 5.7 AsciiDoc dblatex configuration files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 5.8 AsciiDoc DocBook XSL Stylesheets drivers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 6 Generating Plain Text Files 6 7 HTML5 and XHTML 1.1 7 7.1 7 8 Themes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Document Structure 8 8.1 Block Elements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 8.2 Header . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 8.2.1 Additional document header information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 8.3 Preamble . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 8.4 Sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 8.5 8.4.1 Section markup templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 8.4.2 Section IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 8.4.3 Special Section Titles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 Inline Elements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 AsciiDoc User Guide iv 9 Document Processing 10 Text Formatting 13 14 10.1 Quoted Text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 10.1.1 Quoted text attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 10.1.2 Constrained and Unconstrained Quotes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 Constrained quotes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 Unconstrained quotes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 10.2 Superscripts and Subscripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 10.3 Line Breaks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 10.4 Page Breaks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 10.5 Rulers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 10.6 Tabs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 10.7 Replacements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 10.8 Special Words . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 11 Titles 17 11.1 Two line titles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 11.2 One line titles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 11.3 Floating titles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 12 Block Titles 18 13 BlockId Element 18 14 AttributeList Element 18 14.1 Attribute value substitution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 14.2 Common attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 15 Paragraphs 19 15.1 normal paragraph syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 15.2 literal paragraph syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 15.3 quote and verse paragraph styles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 15.4 Admonition Paragraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 15.4.1 Admonition Icons and Captions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 16 Delimited Blocks 21 16.1 Predefined Delimited Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 16.2 Listing Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 16.3 Literal Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 16.4 Sidebar Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 16.5 Comment Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 AsciiDoc User Guide v 16.6 Passthrough Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 16.7 Quote Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 16.8 Example Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 16.9 Admonition Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 16.10Open Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 17 Lists 26 17.1 Bulleted Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 17.2 Numbered Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 17.3 Labeled Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 17.3.1 Horizontal labeled list style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 17.4 Question and Answer Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 17.5 Glossary Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 17.6 Bibliography Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 17.7 List Item Continuation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 18 Footnotes 32 19 Indexes 33 20 Callouts 33 20.1 Implementation Notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 20.2 Including callouts in included code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 21 Macros 35 21.1 Inline Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 21.1.1 URLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 21.1.2 Internal Cross References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 xref . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 21.1.3 Linking to Local Documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 21.1.4 Images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 21.1.5 Comment Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 21.2 Block Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 21.2.1 Block Identifier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 21.2.2 Images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 21.2.3 Comment Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 21.3 System Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 21.3.1 Include Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 21.3.2 Conditional Inclusion Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 21.3.3 Executable system macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 21.3.4 Template System Macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 21.4 Passthrough macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 21.5 Macro Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 AsciiDoc User Guide vi 22 HTML 5 audio and video block macros 44 23 Tables 45 23.1 Example tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 23.2 Table input data formats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 23.3 Table attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 23.4 Column Specifiers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 23.5 Cell Specifiers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 23.6 Table styles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 23.7 Markup attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 23.8 Nested tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 23.9 DocBook table limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 24 Manpage Documents 52 24.1 Document Header . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 24.2 The NAME Section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 24.3 The SYNOPSIS Section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 24.4 refmiscinfo attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 25 Mathematical Formulas 53 25.1 LaTeX Math . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 25.2 ASCIIMathML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 25.3 LaTeXMathML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 25.4 MathML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 26 Configuration Files 54 26.1 Configuration File Format . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 26.2 Miscellaneous section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 26.3 Titles section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 26.4 Tags section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 26.5 Attributes section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 26.6 Special Characters section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 26.7 Quoted Text section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 26.8 Special Words section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 26.9 Replacements section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 26.10Markup Template Sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 26.11Configuration file names, precedence and locations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 27 Document Attributes 61 28 Attribute Entries 61 28.1 Setting configuration entries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 AsciiDoc User Guide vii 29 Attribute Lists 64 29.1 Options attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 29.2 Macro Attribute lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 30 Attribute References 65 30.1 Simple Attributes References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 30.2 Conditional Attribute References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 30.2.1 Conditional attribute examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 30.3 System Attribute References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 31 Intrinsic Attributes 68 32 Block Element Definitions 70 32.1 Styles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 32.2 Paragraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 32.3 Delimited Blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 32.4 Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 32.5 Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73 33 Filters 73 33.1 Filter Search Paths . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 33.2 Filter Configuration Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 33.3 Example Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 33.4 Built-in filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 33.5 Filter plugins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 34 Plugins 75 35 Help Commands 75 35.1 Customizing Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 36 Tips and Tricks 76 36.1 Know Your Editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 36.2 Vim Commands for Formatting AsciiDoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 36.2.1 Text Wrap Paragraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 36.2.2 Format Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 36.2.3 Indent Paragraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 36.2.4 Example ~/.vimrc File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 36.3 Troubleshooting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 36.4 Gotchas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 36.5 Combining separate documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 36.6 Processing document sections separately . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 AsciiDoc User Guide viii 36.7 Processing document snippets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 36.8 Badges in HTML page footers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 36.9 Pretty printing AsciiDoc output . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 36.10Supporting minor DocBook DTD variations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 36.11Creating stand-alone HTML documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 36.12Shipping stand-alone AsciiDoc source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 36.13Inserting blank space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 36.14Closing open sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 36.15Validating output files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 37 Glossary 81 A Migration Notes 81 A.1 Version 7 to version 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 B Packager Notes 82 C AsciiDoc Safe Mode 82 D Using AsciiDoc with non-English Languages 82 E Vim Syntax Highlighter 83 F Attribute Options 83 G Diagnostics 83 H Backend Attributes 85 I 88 License AsciiDoc User Guide 1 / 88 AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, blogs and UNIX man pages. AsciiDoc files can be translated to many formats including HTML, PDF, EPUB, man page. AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the backend output markups (which can be almost any type of SGML/XML markup) can be customized and extended by the user. This document This is an overly large document, it probably needs to be refactored into a Tutorial, Quick Reference and Formal Reference. If you’re new to AsciiDoc read this section and the Getting Started section and take a look at the example AsciiDoc (*.txt) source files in the distribution doc directory. 1 Introduction AsciiDoc is a plain text human readable/writable document format that can be translated to DocBook or HTML using the asciidoc(1) command. You can then either use asciidoc(1) generated HTML directly or run asciidoc(1) DocBook output through your favorite DocBook toolchain or use the AsciiDoc a2x(1) toolchain wrapper to produce PDF, EPUB, DVI, LaTeX, PostScript, man page, HTML and text formats. The AsciiDoc format is a useful presentation format in its own right: AsciiDoc markup is simple, intuitive and as such is easily proofed and edited. AsciiDoc is light weight: it consists of a single Python script and a bunch of configuration files. Apart from asciidoc(1) and a Python interpreter, no other programs are required to convert AsciiDoc text files to DocBook or HTML. See Example AsciiDoc Documents below. Text markup conventions tend to be a matter of (often strong) personal preference: if the default syntax is not to your liking you can define your own by editing the text based asciidoc(1) configuration files. You can also create configuration files to translate AsciiDoc documents to almost any SGML/XML markup. asciidoc(1) comes with a set of configuration files to translate AsciiDoc articles, books and man pages to HTML or DocBook backend formats. My AsciiDoc Itch DocBook has emerged as the de facto standard Open Source documentation format. But DocBook is a complex language, the markup is difficult to read and even more difficult to write directly — I found I was spending more time typing markup tags, consulting reference manuals and fixing syntax errors, than I was writing the documentation. 2 2.1 Getting Started Installing AsciiDoc See the README and INSTALL files for install prerequisites and procedures. Packagers take a look at Packager Notes. 2.2 Example AsciiDoc Documents The best way to quickly get a feel for AsciiDoc is to view the AsciiDoc web site and/or distributed examples: • Take a look at the linked examples on the AsciiDoc web site home page http://asciidoc.org/. Press the Page Source sidebar menu item to view corresponding AsciiDoc source. • Read the *.txt source files in the distribution ./doc directory along with the corresponding HTML and DocBook XML files. AsciiDoc User Guide 2 / 88 3 AsciiDoc Document Types There are three types of AsciiDoc documents: article, book and manpage. All document types share the same AsciiDoc format with some minor variations. If you are familiar with DocBook you will have noticed that AsciiDoc document types correspond to the same-named DocBook document types. Use the asciidoc(1) -d (--doctype) option to specify the AsciiDoc document type — the default document type is article. By convention the .txt file extension is used for AsciiDoc document source files. 3.1 article Used for short documents, articles and general documentation. See the AsciiDoc distribution ./doc/article.txt example. AsciiDoc defines standard DocBook article frontmatter and backmatter section markup templates (appendix, abstract, bibliography, glossary, index). 3.2 book Books share the same format as articles, with the following differences: • The part titles in multi-part books are top level titles (same level as book title). • Some sections are book specific e.g. preface and colophon. Book documents will normally be used to produce DocBook output since DocBook processors can automatically generate footnotes, table of contents, list of tables, list of figures, list of examples and indexes. AsciiDoc defines standard DocBook book frontmatter and backmatter section markup templates (appendix, dedication, preface, bibliography, glossary, index, colophon). E XAMPLE BOOK DOCUMENTS Book The ./doc/book.txt file in the AsciiDoc distribution. Multi-part book The ./doc/book-multi.txt file in the AsciiDoc distribution. 3.3 manpage Used to generate roff format UNIX manual pages. AsciiDoc manpage documents observe special header title and section naming conventions — see the Manpage Documents section for details. AsciiDoc defines the synopsis section markup template to generate the DocBook refsynopsisdiv section. See also the asciidoc(1) man page source (./doc/asciidoc.1.txt) from the AsciiDoc distribution. 4 AsciiDoc Backends The asciidoc(1) command translates an AsciiDoc formatted file to the backend format specified by the -b (--backend) command-line option. asciidoc(1) itself has little intrinsic knowledge of backend formats, all translation rules are contained in customizable cascading configuration files. Backend specific attributes are listed in the Backend Attributes section. docbook45 Outputs DocBook XML 4.5 markup. AsciiDoc User Guide 3 / 88 html4 This backend generates plain HTML 4.01 Transitional markup. xhtml11 This backend generates XHTML 1.1 markup styled with CSS2. Output files have an .html extension. html5 This backend generates HTML 5 markup, apart from the inclusion of audio and video block macros it is functionally identical to the xhtml11 backend. slidy Use this backend to generate self-contained Slidy HTML slideshows for your web browser from AsciiDoc documents. The Slidy backend is documented in the distribution doc/slidy.txt file and online. wordpress A minor variant of the html4 backend to support blogpost. latex Experimental LaTeX backend. 4.1 Backend Aliases Backend aliases are alternative names for AsciiDoc backends. AsciiDoc comes with two backend aliases: html (aliased to xhtml11) and docbook (aliased to docbook45). You can assign (or reassign) backend aliases by setting an AsciiDoc attribute named like backend-alias-to an AsciiDoc backend name. For example, the following backend alias attribute definitions appear in the [attributes] section of the global asciidoc.conf configuration file: backend-alias-html=xhtml11 backend-alias-docbook=docbook45 4.2 Backend Plugins The asciidoc(1) --backend option is also used to install and manage backend plugins. • A backend plugin is used just like the built-in backends. • Backend plugins take precedence over built-in backends with the same name. • You can use the {asciidoc-confdir} intrinsic attribute to refer to the built-in backend configuration file location from backend plugin configuration files. • You can use the {backend-confdir} intrinsic attribute to refer to the backend plugin configuration file location. • By default backends plugins are installed in $HOME/.asciidoc/backends/ where is the backend name. 5 DocBook AsciiDoc generates article, book and refentry DocBook documents (corresponding to the AsciiDoc article, book and manpage document types). Most Linux distributions come with conversion tools (collectively called a toolchain) for converting DocBook files to presentation formats such as Postscript, HTML, PDF, EPUB, DVI, PostScript, LaTeX, roff (the native man page format), HTMLHelp, JavaHelp and text. There are also programs that allow you to view DocBook files directly, for example Yelp (the GNOME help viewer). AsciiDoc User Guide 4 / 88 5.1 Converting DocBook to other file formats DocBook files are validated, parsed and translated various presentation file formats using a combination of applications collectively called a DocBook tool chain. The function of a tool chain is to read the DocBook markup (produced by AsciiDoc) and transform it to a presentation format (for example HTML, PDF, HTML Help, EPUB, DVI, PostScript, LaTeX). A wide range of user output format requirements coupled with a choice of available tools and stylesheets results in many valid tool chain combinations. 5.2 a2x Toolchain Wrapper One of the biggest hurdles for new users is installing, configuring and using a DocBook XML toolchain. a2x(1) can help — it’s a toolchain wrapper command that will generate XHTML (chunked and unchunked), PDF, EPUB, DVI, PS, LaTeX, man page, HTML Help and text file outputs from an AsciiDoc text file. a2x(1) does all the grunt work associated with generating and sequencing the toolchain commands and managing intermediate and output files. a2x(1) also optionally deploys admonition and navigation icons and a CSS stylesheet. See the a2x(1) man page for more details. In addition to asciidoc(1) you also need xsltproc(1), DocBook XSL Stylesheets and optionally: dblatex or FOP (to generate PDF); w3m(1) or lynx(1) (to generate text). The following examples generate doc/source-highlight-filter.pdf from the AsciiDoc doc/source-highlight-filt source file. The first example uses dblatex(1) (the default PDF generator) the second example forces FOP to be used: $ a2x -f pdf doc/source-highlight-filter.txt $ a2x -f pdf --fop doc/source-highlight-filter.txt See the a2x(1) man page for details. Tip Use the --verbose command-line option to view executed toolchain commands. 5.3 HTML generation AsciiDoc produces nicely styled HTML directly without requiring a DocBook toolchain but there are also advantages in going the DocBook route: • HTML from DocBook can optionally include automatically generated indexes, tables of contents, footnotes, lists of figures and tables. • DocBook toolchains can also (optionally) generate separate (chunked) linked HTML pages for each document section. • Toolchain processing performs link and document validity checks. • If the DocBook lang attribute is set then things like table of contents, figure and table captions and admonition captions will be output in the specified language (setting the AsciiDoc lang attribute sets the DocBook lang attribute). On the other hand, HTML output directly from AsciiDoc is much faster, is easily customized and can be used in situations where there is no suitable DocBook toolchain (for example, see the AsciiDoc website). 5.4 PDF generation There are two commonly used tools to generate PDFs from DocBook, dblatex and FOP. DBLATEX OR FOP? • dblatex is easier to install, there’s zero configuration required and no Java VM to install — it just works out of the box. AsciiDoc User Guide 5 / 88 • dblatex source code highlighting and numbering is superb. • dblatex is easier to use as it converts DocBook directly to PDF whereas before using FOP you have to convert DocBook to XML-FO using DocBook XSL Stylesheets. • FOP is more feature complete (for example, callouts are processed inside literal layouts) and arguably produces nicer looking output. 5.5 HTML Help generation 1. Convert DocBook XML documents to HTML Help compiler source files using DocBook XSL Stylesheets and xsltproc(1). 2. Convert the HTML Help source (.hhp and .html) files to HTML Help (.chm) files using the Microsoft HTML Help Compiler. 5.6 Toolchain components summary AsciiDoc Converts AsciiDoc (.txt) files to DocBook XML (.xml) files. DocBook XSL Stylesheets These are a set of XSL stylesheets containing rules for converting DocBook XML documents to HTML, XSL-FO, manpage and HTML Help files. The stylesheets are used in conjunction with an XML parser such as xsltproc(1). xsltproc An XML parser for applying XSLT stylesheets (in our case the DocBook XSL Stylesheets) to XML documents. dblatex Generates PDF, DVI, PostScript and LaTeX formats directly from DocBook source via the intermediate LaTeX typesetting language — uses DocBook XSL Stylesheets, xsltproc(1) and latex(1). FOP The Apache Formatting Objects Processor converts XSL-FO (.fo) files to PDF files. The XSL-FO files are generated from DocBook source files using DocBook XSL Stylesheets and xsltproc(1). Microsoft Help Compiler The Microsoft HTML Help Compiler (hhc.exe) is a command-line tool that converts HTML Help source files to a single HTML Help (.chm) file. It runs on MS Windows platforms and can be downloaded from http://www.microsoft.com. 5.7 AsciiDoc dblatex configuration files The AsciiDoc distribution ./dblatex directory contains asciidoc-dblatex.xsl (customized XSL parameter settings) and asciidoc-dblatex.sty (customized LaTeX settings). These are examples of optional dblatex output customization and are used by a2x(1). 5.8 AsciiDoc DocBook XSL Stylesheets drivers You will have noticed that the distributed HTML and HTML Help documentation files (for example ./doc/asciidoc.html) are not the plain outputs produced using the default DocBook XSL Stylesheets configuration. This is because they have been processed using customized DocBook XSL Stylesheets along with (in the case of HTML outputs) the custom ./stylesheets/docbook CSS stylesheet. You’ll find the customized DocBook XSL drivers along with additional documentation in the distribution ./docbook-xsl directory. The examples that follow are executed from the distribution documentation (./doc) directory. These drivers are also used by a2x(1). AsciiDoc User Guide 6 / 88 common.xsl Shared driver parameters. This file is not used directly but is included in all the following drivers. chunked.xsl Generate chunked XHTML (separate HTML pages for each document section) in the ./doc/chunked directory. For example: $ python ../asciidoc.py -b docbook asciidoc.txt $ xsltproc --nonet ../docbook-xsl/chunked.xsl asciidoc.xml epub.xsl Used by a2x(1) to generate EPUB formatted documents. fo.xsl Generate XSL Formatting Object (.fo) files for subsequent PDF file generation using FOP. For example: $ python ../asciidoc.py -b docbook article.txt $ xsltproc --nonet ../docbook-xsl/fo.xsl article.xml > article.fo $ fop article.fo article.pdf htmlhelp.xsl Generate Microsoft HTML Help source files for the MS HTML Help Compiler in the ./doc/htmlhelp directory. This example is run on MS Windows from a Cygwin shell prompt: $ python ../asciidoc.py -b docbook asciidoc.txt $ xsltproc --nonet ../docbook-xsl/htmlhelp.xsl asciidoc.xml $ c:/Program\ Files/HTML\ Help\ Workshop/hhc.exe htmlhelp.hhp manpage.xsl Generate a roff(1) format UNIX man page from a DocBook XML refentry document. This example generates an asciidoc.1 man page file: $ python ../asciidoc.py -d manpage -b docbook asciidoc.1.txt $ xsltproc --nonet ../docbook-xsl/manpage.xsl asciidoc.1.xml xhtml.xsl Convert a DocBook XML file to a single XHTML file. For example: $ python ../asciidoc.py -b docbook asciidoc.txt $ xsltproc --nonet ../docbook-xsl/xhtml.xsl asciidoc.xml > asciidoc.html If you want to see how the complete documentation set is processed take a look at the A-A-P script ./doc/main.aap. 6 Generating Plain Text Files AsciiDoc does not have a text backend (for most purposes AsciiDoc source text is fine), however you can convert AsciiDoc text files to formatted text using the AsciiDoc a2x(1) toolchain wrapper utility. AsciiDoc User Guide 7 / 88 7 HTML5 and XHTML 1.1 The xhtml11 and html5 backends embed or link CSS and JavaScript files in their outputs, there is also a themes plugin framework. • If the AsciiDoc linkcss attribute is defined then CSS and JavaScript files are linked to the output document, otherwise they are embedded (the default behavior). • The default locations for CSS and JavaScript files can be changed by setting the AsciiDoc stylesdir and scriptsdir attributes respectively. • The default locations for embedded and linked files differ and are calculated at different times — embedded files are loaded when asciidoc(1) generates the output document, linked files are loaded by the browser when the user views the output document. • Embedded files are automatically inserted in the output files but you need to manually copy linked CSS and Javascript files from AsciiDoc configuration directories to the correct location relative to the output document. Table 1: Stylesheet file locations stylesdir attribute Undefined (default). Absolute or relative directory name. Linked location (linkcss attribute defined) Same directory as the output document. Absolute or relative to the output document. Embedded location (linkcss attribute undefined) stylesheets subdirectory in the AsciiDoc configuration directory (the directory containing the backend conf file). Absolute or relative to the AsciiDoc configuration directory (the directory containing the backend conf file). Table 2: JavaScript file locations scriptsdir attribute Undefined (default). Absolute or relative directory name. 7.1 Linked location (linkcss attribute defined) Same directory as the output document. Absolute or relative to the output document. Embedded location (linkcss attribute undefined) javascripts subdirectory in the AsciiDoc configuration directory (the directory containing the backend conf file). Absolute or relative to the AsciiDoc configuration directory (the directory containing the backend conf file). Themes The AsciiDoc theme attribute is used to select an alternative CSS stylesheet and to optionally include additional JavaScript code. • Theme files reside in an AsciiDoc configuration directory named themes/ / (where is the the theme name set by the theme attribute). asciidoc(1) sets the themedir attribute to the theme directory path name. • The theme attribute can also be set using the asciidoc(1) --theme option, the --theme option can also be used to manage theme plugins. AsciiDoc User Guide 8 / 88 • AsciiDoc ships with two themes: flask and volnitsky. • The .css file replaces the default asciidoc.css CSS file. • The .js file is included in addition to the default asciidoc.js JavaScript file. • If the data-uri attribute is defined then icons are loaded from the theme icons sub-directory if it exists (i.e. the iconsdir attribute is set to theme icons sub-directory path). • Embedded theme files are automatically inserted in the output files but you need to manually copy linked CSS and Javascript files to the location of the output documents. • Linked CSS and JavaScript theme files are linked to the same linked locations as other CSS and JavaScript files. For example, the command-line option --theme foo (or --attribute theme=foo) will cause asciidoc(1) to search configuration file locations 1 for a sub-directory called themes/foo containing the stylesheet foo.css and optionally a JavaScript file name foo.js. 8 Document Structure An AsciiDoc document consists of a series of block elements starting with an optional document Header, followed by an optional Preamble, followed by zero or more document Sections. Almost any combination of zero or more elements constitutes a valid AsciiDoc document: documents can range from a single sentence to a multi-part book. 8.1 Block Elements Block elements consist of one or more lines of text and may contain other block elements. The AsciiDoc block structure can be informally summarized as follows 1 : Document Header AuthorInfo RevisionInfo Preamble Section SectionBody Block List BulletedList NumberedList CalloutList LabeledList ListEntry ListLabel ListItem ::= ::= ::= ::= ::= ::= ::= ::= ::= ::= ::= ::= ::= ::= ::= ::= (Header?,Preamble?,Section*) (Title,(AuthorInfo,RevisionInfo?)?) (FirstName,(MiddleName?,LastName)?,EmailAddress?) (RevisionNumber?,RevisionDate,RevisionRemark?) (SectionBody) (Title,SectionBody?,(Section)*) ((BlockTitle?,Block)|BlockMacro)+ (Paragraph|DelimitedBlock|List|Table) (BulletedList|NumberedList|LabeledList|CalloutList) (ListItem)+ (ListItem)+ (ListItem)+ (ListEntry)+ (ListLabel,ListItem) (ListTerm+) (ItemText,(List|ListParagraph|ListContinuation)*) Where: • ? implies zero or one occurrence, + implies one or more occurrences, * implies zero or more occurrences. • All block elements are separated by line boundaries. • BlockId, AttributeEntry and AttributeList block elements (not shown) can occur almost anywhere. 1 This is a rough structural guide, not a rigorous syntax definition AsciiDoc User Guide 9 / 88 • There are a number of document type and backend specific restrictions imposed on the block syntax. • The following elements cannot contain blank lines: Header, Title, Paragraph, ItemText. • A ListParagraph is a Paragraph with its listelement option set. • A ListContinuation is a list continuation element. 8.2 Header The Header contains document meta-data, typically title plus optional authorship and revision information: • The Header is optional, but if it is used it must start with a document title. • Optional Author and Revision information immediately follows the header title. • The document header must be separated from the remainder of the document by one or more blank lines and cannot contain blank lines. • The header can include comments. • The header can include attribute entries, typically doctype, lang, encoding, icons, data-uri, toc, numbered. • Header attributes are overridden by command-line attributes. • If the header contains non-UTF-8 characters then the encoding must precede the header (either in the document or on the command-line). Here’s an example AsciiDoc document header: Writing Documentation using AsciiDoc ==================================== Joe Bloggs v2.0, February 2003: Rewritten for version 2 release. The author information line contains the author’s name optionally followed by the author’s email address. The author’s name is formatted like: firstname[ [middlename ]lastname][ ]] i.e. a first name followed by optional middle and last names followed by an email address in that order. Multi-word first, middle and last names can be entered using the underscore as a word separator. The email address comes last and must be enclosed in angle <> brackets. Here a some examples of author information lines: Joe Bloggs Joe Bloggs Vincent Willem van_Gogh If the author line does not match the above specification then the entire author line is treated as the first name. The optional revision information line follows the author information line. The revision information can be one of two formats: 1. An optional document revision number followed by an optional revision date followed by an optional revision remark: • If the revision number is specified it must be followed by a comma. • The revision number must contain at least one numeric character. • Any non-numeric characters preceding the first numeric character will be dropped. AsciiDoc User Guide 10 / 88 • If a revision remark is specified it must be preceded by a colon. The revision remark extends from the colon up to the next blank line, attribute entry or comment and is subject to normal text substitutions. • If a revision number or remark has been set but the revision date has not been set then the revision date is set to the value of the docdate attribute. Examples: v2.0, February 2003 February 2003 v2.0, v2.0, February 2003: Rewritten for version 2 release. February 2003: Rewritten for version 2 release. v2.0,: Rewritten for version 2 release. :Rewritten for version 2 release. 2. The revision information line can also be an RCS/CVS/SVN $Id$ marker: • AsciiDoc extracts the revnumber, revdate, and author attributes from the $Id$ revision marker and displays them in the document header. • If an $Id$ revision marker is used the header author line can be omitted. Example: $Id: mydoc.txt,v 1.5 2009/05/17 17:58:44 jbloggs Exp $ You can override or set header parameters by passing revnumber, revremark, revdate, email, author, authorinitials, firstname and lastname attributes using the asciidoc(1) -a (--attribute) command-line option. For example: $ asciidoc -a revdate=2004/07/27 article.txt Attribute entries can also be added to the header for substitution in the header template with Attribute Entry elements. The title element in HTML outputs is set to the AsciiDoc document title, you can set it to a different value by including a title attribute entry in the document header. 8.2.1 Additional document header information AsciiDoc has two mechanisms for optionally including additional meta-data in the header of the output document: docinfo configuration file sections If a configuration file section named docinfo has been loaded then it will be included in the document header. Typically the docinfo section name will be prefixed with a + character so that it is appended to (rather than replace) other docinfo sections. docinfo files Two docinfo files are recognized: one named docinfo and a second named like the AsciiDoc source file with a -docinfo suffix. For example, if the source document is called mydoc.txt then the document information files would be docinfo.xml and mydoc-docinfo.xml (for DocBook outputs) and docinfo.html and mydoc-docinfo.html (for HTML outputs). The docinfo attributes control which docinfo files are included in the output files. The contents docinfo templates and files is dependent on the type of output: HTML Valid head child elements. Typically style and script elements for CSS and JavaScript inclusion. DocBook Valid articleinfo or bookinfo child elements. DocBook defines numerous elements for document meta-data, for example: copyrights, document history and authorship information. See the DocBook ./doc/article-docinfo.xml example that comes with the AsciiDoc distribution. The rendering of meta-data elements (or not) is DocBook processor dependent. AsciiDoc User Guide 11 / 88 8.3 Preamble The Preamble is an optional untitled section body between the document Header and the first Section title. 8.4 Sections In addition to the document title (level 0), AsciiDoc supports four section levels: 1 (top) to 4 (bottom). Section levels are delimited by section titles. Sections are translated using configuration file section markup templates. AsciiDoc generates the following intrinsic attributes specifically for use in section markup templates: level The level attribute is the section level number, it is normally just the title level number (1..4). However, if the leveloffset attribute is defined it will be added to the level attribute. The leveloffset attribute is useful for combining documents. sectnum The -n (--section-numbers) command-line option generates the sectnum (section number) attribute. The sectnum attribute is used for section numbers in HTML outputs (DocBook section numbering are handled automatically by the DocBook toolchain commands). 8.4.1 Section markup templates Section markup templates specify output markup and are defined in AsciiDoc configuration files. Section markup template names are derived as follows (in order of precedence): 1. From the title’s first positional attribute or template attribute. For example, the following three section titles are functionally equivalent: [[terms]] [glossary] List of Terms ------------["glossary",id="terms"] List of Terms ------------[template="glossary",id="terms"] List of Terms ------------2. When the title text matches a configuration file [specialsections] entry. 3. If neither of the above the default sect template is used (where is a number from 1 to 4). In addition to the normal section template names (sect1, sect2, sect3, sect4) AsciiDoc has the following templates for frontmatter, backmatter and other special sections: abstract, preface, colophon, dedication, glossary, bibliography, synopsis, appendix, index. These special section templates generate the corresponding Docbook elements; for HTML outputs they default to the sect1 section template. 8.4.2 Section IDs If no explicit section ID is specified an ID will be synthesised from the section title. The primary purpose of this feature is to ensure persistence of table of contents links (permalinks): the missing section IDs are generated dynamically by the JavaScript TOC generator after the page is loaded. If you link to a dynamically generated TOC address the page will load but the browser will ignore the (as yet ungenerated) section ID. The IDs are generated by the following algorithm: AsciiDoc User Guide 12 / 88 • Replace all non-alphanumeric title characters with underscores. • Strip leading or trailing underscores. • Convert to lowercase. • Prepend the idprefix attribute (so there’s no possibility of name clashes with existing document IDs). Prepend an underscore if the idprefix attribute is not defined. • A numbered suffix (_2, _3 . . . ) is added if a same named auto-generated section ID exists. • If the ascii-ids attribute is defined then non-ASCII characters are replaced with ASCII equivalents. This attribute may be deprecated in future releases and should be avoided, it’s sole purpose is to accommodate deficient downstream applications that cannot process non-ASCII ID attributes. Example: the title Jim’s House would generate the ID _jim_s_house. Section ID synthesis can be disabled by undefining the sectids attribute. 8.4.3 Special Section Titles AsciiDoc has a mechanism for mapping predefined section titles auto-magically to specific markup templates. For example a title Appendix A: Code Reference will automatically use the appendix section markup template. The mappings from title to template name are specified in [specialsections] sections in the Asciidoc language configuration files (lang-*.conf). Section entries are formatted like: = is a Python regular expression and is the name of a configuration file markup template section. If the matches an AsciiDoc document section title then the backend output is marked up using the markup template (instead of the default sect section template). The {title} attribute value is set to the value of the matched regular expression group named title, if there is no title group {title} defaults to the whole of the AsciiDoc section title. If is blank then any existing entry with the same will be deleted. Special section titles vs. explicit template names AsciiDoc has two mechanisms for specifying non-default section markup templates: you can specify the template name explicitly (using the template attribute) or indirectly (using special section titles). Specifying a section template attribute explicitly is preferred. Auto-magical special section titles have the following drawbacks: • They are non-obvious, you have to know the exact matching title for each special section on a language by language basis. • Section titles are predefined and can only be customised with a configuration change. • The implementation is complicated by multiple languages: every special section title has to be defined for each language (in each of the lang-*.conf files). Specifying special section template names explicitly does add more noise to the source document (the template attribute declaration), but the intention is obvious and the syntax is consistent with other AsciiDoc elements c.f. bibliographic, Q&A and glossary lists. Special section titles have been deprecated but are retained for backward compatibility. AsciiDoc User Guide 13 / 88 8.5 Inline Elements Inline document elements are used to format text and to perform various types of text substitution. Inline elements and inline element syntax is defined in the asciidoc(1) configuration files. Here is a list of AsciiDoc inline elements in the (default) order in which they are processed: Special characters These character sequences escape special characters used by the backend markup (typically <, >, and & characters). See [specialcharacters] configuration file sections. Quotes Elements that markup words and phrases; usually for character formatting. See [quotes] configuration file sections. Special Words Word or word phrase patterns singled out for markup without the need for further annotation. See [specialwords] configuration file sections. Replacements Each replacement defines a word or word phrase pattern to search for along with corresponding replacement text. See [replacements] configuration file sections. Attribute references Document attribute names enclosed in braces are replaced by the corresponding attribute value. Inline Macros Inline macros are replaced by the contents of parametrized configuration file sections. 9 Document Processing The AsciiDoc source document is read and processed as follows: 1. The document Header is parsed, header parameter values are substituted into the configuration file [header] template section which is then written to the output file. 2. Each document Section is processed and its constituent elements translated to the output file. 3. The configuration file [footer] template section is substituted and written to the output file. When a block element is encountered asciidoc(1) determines the type of block by checking in the following order (first to last): (section) Titles, BlockMacros, Lists, DelimitedBlocks, Tables, AttributeEntrys, AttributeLists, BlockTitles, Paragraphs. The default paragraph definition [paradef-default] is last element to be checked. Knowing the parsing order will help you devise unambiguous macro, list and block syntax rules. Inline substitutions within block elements are performed in the following default order: 1. Special characters 2. Quotes 3. Special words 4. Replacements 5. Attributes 6. Inline Macros 7. Replacements2 The substitutions and substitution order performed on Title, Paragraph and DelimitedBlock elements is determined by configuration file parameters. AsciiDoc User Guide 14 / 88 10 10.1 Text Formatting Quoted Text Words and phrases can be formatted by enclosing inline text with quote characters: Emphasized text Word phrases ’enclosed in single quote characters’ (acute accents) or _underline characters_ are emphasized. Strong text Word phrases *enclosed in asterisk characters* are rendered in a strong font (usually bold). Monospaced text Word phrases +enclosed in plus characters+ are rendered in a monospaced font. Word phrases `enclosed in backtick characters` (grave accents) are also rendered in a monospaced font but in this case the enclosed text is rendered literally and is not subject to further expansion (see inline literal passthrough). ‘Single quoted text’ Phrases enclosed with a `single grave accent to the left and a single acute accent to the right’ are rendered in single quotation marks. “Double quoted text” Phrases enclosed with ``two grave accents to the left and two acute accents to the right” are rendered in quotation marks. Unquoted text Placing #hashes around text# does nothing, it is a mechanism to allow inline attributes to be applied to otherwise unformatted text. New quote types can be defined by editing asciidoc(1) configuration files. See the Configuration Files section for details. Q UOTED TEXT BEHAVIOR • Quoting cannot be overlapped. • Different quoting types can be nested. • To suppress quoted text formatting place a backslash character immediately in front of the leading quote character(s). In the case of ambiguity between escaped and non-escaped text you will need to escape both leading and trailing quotes, in the case of multi-character quotes you may even need to escape individual characters. 10.1.1 Quoted text attributes Quoted text can be prefixed with an attribute list. The first positional attribute (role attribute) is translated by AsciiDoc to an HTML span element class attribute or a DocBook phrase element role attribute. DocBook XSL Stylesheets translate DocBook phrase elements with role attributes to corresponding HTML span elements with the same class attributes; CSS can then be used to style the generated HTML. Thus CSS styling can be applied to both DocBook and AsciiDoc generated HTML outputs. You can also specify multiple class names separated by spaces. CSS rules for text color, text background color, text size and text decorators are included in the distributed AsciiDoc CSS files and are used in conjunction with AsciiDoc xhtml11, html5 and docbook outputs. The CSS class names are: • (text foreground color). • -background (text background color). • big and small (text size). • underline, overline and line-through (strike through) text decorators. AsciiDoc User Guide 15 / 88 Where can be any of the sixteen HTML color names. Examples: [red]#Obvious# and [big red yellow-background]*very obvious*. [underline]#Underline text#, [overline]#overline text# and [blue line-through]*bold blue and line-through*. is rendered as: Obvious and very obvious. Underline text, overline text and bold blue and line-through. Note Color and text decorator attributes are rendered for XHTML and HTML 5 outputs using CSS stylesheets. The mechanism to implement color and text decorator attributes is provided for DocBook toolchains via the DocBook phrase element role attribute, but the actual rendering is toolchain specific and is not part of the AsciiDoc distribution. 10.1.2 Constrained and Unconstrained Quotes There are actually two types of quotes: Constrained quotes Quoted must be bounded by white space or commonly adjoining punctuation characters. These are the most commonly used type of quote. Unconstrained quotes Unconstrained quotes have no boundary constraints and can be placed anywhere within inline text. For consistency and to make them easier to remember unconstrained quotes are double-ups of the _, *, + and # constrained quotes: __unconstrained **unconstrained ++unconstrained ##unconstrained emphasized text__ strong text** monospaced text++ unquoted text## The following example emboldens the letter F: **F**ile Open... 10.2 Superscripts and Subscripts Put ˆcarets on eitherˆ side of the text to be superscripted, put ~tildes on either side~ of text to be subscripted. For example, the following line: e^πi^+1 = 0. H~2~O and x^10^. Some ^super text^ and ~some sub text~ Is rendered like: eπi +1 = 0. H2 O and x10 . Some super text and some sub text Superscripts and subscripts are implemented as unconstrained quotes and they can be escaped with a leading backslash and prefixed with with an attribute list. AsciiDoc User Guide 16 / 88 10.3 Line Breaks A plus character preceded by at least one space character at the end of a non-blank line forces a line break. It generates a line break (br) tag for HTML outputs and a custom XML asciidoc-br processing instruction for DocBook outputs. The asciidoc-br processing instruction is handled by a2x(1). 10.4 Page Breaks A line of three or more less-than (<<<) characters will generate a hard page break in DocBook and printed HTML outputs. It uses the CSS page-break-after property for HTML outputs and a custom XML asciidoc-pagebreak processing instruction for DocBook outputs. The asciidoc-pagebreak processing instruction is handled by a2x(1). Hard page breaks are sometimes handy but as a general rule you should let your page processor generate page breaks for you. 10.5 Rulers A line of three or more apostrophe characters will generate a ruler line. It generates a ruler (hr) tag for HTML outputs and a custom XML asciidoc-hr processing instruction for DocBook outputs. The asciidoc-hr processing instruction is handled by a2x(1). 10.6 Tabs By default tab characters input files will translated to 8 spaces. Tab expansion is set with the tabsize entry in the configuration file [miscellaneous] section and can be overridden in included files by setting a tabsize attribute in the include macro’s attribute list. For example: include::addendum.txt[tabsize=2] The tab size can also be set using the attribute command-line option, for example --attribute tabsize=4 10.7 Replacements The following replacements are defined in the default AsciiDoc configuration: (C) copyright, (TM) trademark, (R) registered trademark, -- em dash, ... ellipsis, -> right arrow, <- left arrow, => right double arrow, <= left double arrow. Which are rendered as: © copyright, ™ trademark, ® registered trademark, — em dash, . . . ellipsis, → right arrow, ← left arrow, ⇒ right double arrow, ⇐ left double arrow. You can also include arbitrary entity references in the AsciiDoc source. Examples: ➊ ¶ renders: ʶ To render a replacement literally escape it with a leading back-slash. The Configuration Files section explains how to configure your own replacements. AsciiDoc User Guide 17 / 88 10.8 Special Words Words defined in [specialwords] configuration file sections are automatically marked up without having to be explicitly notated. The Configuration Files section explains how to add and replace special words. 11 Titles Document and section titles can be in either of two formats: 11.1 Two line titles A two line title consists of a title line, starting hard against the left margin, and an underline. Section underlines consist a repeated character pairs spanning the width of the preceding title (give or take up to two characters): The default title underlines for each of the document levels are: Level Level Level Level Level 0 (top level): 1: 2: 3: 4 (bottom level): ====================== ---------------------~~~~~~~~~~~~~~~~~~~~~~ ^^^^^^^^^^^^^^^^^^^^^^ ++++++++++++++++++++++ Examples: Level One Section Title ----------------------Level 2 Subsection Title ~~~~~~~~~~~~~~~~~~~~~~~~ 11.2 One line titles One line titles consist of a single line delimited on either side by one or more equals characters (the number of equals characters corresponds to the section level minus one). Here are some examples: = Document Title (level 0) = == Section title (level 1) == === Section title (level 2) === ==== Section title (level 3) ==== ===== Section title (level 4) ===== Note • One or more spaces must fall between the title and the delimiters. • The trailing title delimiter is optional. • The one-line title syntax can be changed by editing the configuration file [titles] section sect0. . . sect4 entries. AsciiDoc User Guide 18 / 88 11.3 Floating titles Setting the title’s first positional attribute or style attribute to float generates a free-floating title. A free-floating title is rendered just like a normal section title but is not formally associated with a text body and is not part of the regular section hierarchy so the normal ordering rules do not apply. Floating titles can also be used in contexts where section titles are illegal: for example sidebar and admonition blocks. Example: [float] The second day ~~~~~~~~~~~~~~ Floating titles do not appear in a document’s table of contents. 12 Block Titles A BlockTitle element is a single line beginning with a period followed by the title text. A BlockTitle is applied to the immediately following Paragraph, DelimitedBlock, List, Table or BlockMacro. For example: .Notes - Note 1. - Note 2. is rendered as: N OTES • Note 1. • Note 2. 13 BlockId Element A BlockId is a single line block element containing a unique identifier enclosed in double square brackets. It is used to assign an identifier to the ensuing block element. For example: [[chapter-titles]] Chapter titles can be ... The preceding example identifies the ensuing paragraph so it can be referenced from other locations, for example with < >. BlockId elements can be applied to Title, Paragraph, List, DelimitedBlock, Table and BlockMacro elements. The BlockId element sets the {id} attribute for substitution in the subsequent block’s markup template. If a second positional argument is supplied it sets the {reftext} attribute which is used to set the DocBook xreflabel attribute. The BlockId element has the same syntax and serves the same function to the anchor inline macro. 14 AttributeList Element An AttributeList block element is an attribute list on a line by itself: • AttributeList attributes are only applied to the immediately following block element — the attributes are made available to the block’s markup template. • Multiple contiguous AttributeList elements are additively combined in the order they appear. • The first positional attribute in the list is often used to specify the ensuing element’s style. AsciiDoc User Guide 19 / 88 14.1 Attribute value substitution By default, only substitutions that take place inside attribute list values are attribute references, this is because not all attributes are destined to be marked up and rendered as text (for example the table cols attribute). To perform normal inline text substitutions (special characters, quotes, macros, replacements) on an attribute value you need to enclose it in single quotes. In the following quote block the second attribute value in the AttributeList is quoted to ensure the http macro is expanded to a hyperlink. [quote,’http://en.wikipedia.org/wiki/Samuel_Johnson[Samuel Johnson]’] _____________________________________________________________________ Sir, a woman’s preaching is like a dog’s walking on his hind legs. It is not done well; but you are surprised to find it done at all. _____________________________________________________________________ 14.2 Common attributes Most block elements support the following attributes: Name id role reftext 15 Backends html4, html5, xhtml11, docbook html4, html5, xhtml11, docbook docbook Description Unique identifier typically serve as link targets. Can also be set by the BlockId element. Role contains a string used to classify or subclassify an element and can be applied to AsciiDoc block elements. The AsciiDoc role attribute is translated to the role attribute in DocBook outputs and is included in the class attribute in HTML outputs, in this respect it behaves like the quoted text role attribute. DocBook XSL Stylesheets translate DocBook role attributes to HTML class attributes; CSS can then be used to style the generated HTML. reftext is used to set the DocBook xreflabel attribute. The reftext attribute can an also be set by the BlockId element. Paragraphs Paragraphs are blocks of text terminated by a blank line, the end of file, or the start of a delimited block or a list. There are three paragraph syntaxes: normal, indented (literal) and admonition which are rendered, by default, with the corresponding paragraph style. Each syntax has a default style, but you can explicitly apply any paragraph style to any paragraph syntax. You can also apply delimited block styles to single paragraphs. The built-in paragraph styles are: normal, literal, verse, quote, listing, TIP, NOTE, IMPORTANT, WARNING, CAUTION, abstract, partintro, comment, example, sidebar, source, music, latex, graphviz. 15.1 normal paragraph syntax Normal paragraph syntax consists of one or more non-blank lines of text. The first line must start hard against the left margin (no intervening white space). The default processing expectation is that of a normal paragraph of text. 15.2 literal paragraph syntax Literal paragraphs are rendered verbatim in a monospaced font without any distinguishing background or border. By default there is no text formatting or substitutions within Literal paragraphs apart from Special Characters and Callouts. The literal style is applied implicitly to indented paragraphs i.e. where the first line of the paragraph is indented by one or more space or tab characters. For example: AsciiDoc User Guide 20 / 88 Consul *necessitatibus* per id, consetetur, eu pro everti postulant homero verear ea mea, qui. Renders: Consul *necessitatibus* per id, consetetur, eu pro everti postulant homero verear ea mea, qui. Note Because lists can be indented it’s possible for your indented paragraph to be misinterpreted as a list — in situations like this apply the literal style to a normal paragraph. Instead of using a paragraph indent you could apply the literal style explicitly, for example: [literal] Consul *necessitatibus* per id, consetetur, eu pro everti postulant homero verear ea mea, qui. Renders: Consul *necessitatibus* per id, consetetur, eu pro everti postulant homero verear ea mea, qui. 15.3 quote and verse paragraph styles The optional attribution and citetitle attributes (positional attributes 2 and 3) specify the author and source respectively. The verse style retains the line breaks, for example: [verse, William Blake, from Auguries of Innocence] To see a world in a grain of sand, And a heaven in a wild flower, Hold infinity in the palm of your hand, And eternity in an hour. Which is rendered as: To see a world in a grain of sand, And a heaven in a wild flower, Hold infinity in the palm of your hand, And eternity in an hour. — William Blake from Auguries of Innocence The quote style flows the text at left and right margins, for example: [quote, Bertrand Russell, The World of Mathematics (1956)] A good notation has subtlety and suggestiveness which at times makes it almost seem like a live teacher. Which is rendered as: A good notation has subtlety and suggestiveness which at times makes it almost seem like a live teacher. — Bertrand Russell The World of Mathematics (1956) AsciiDoc User Guide 21 / 88 15.4 Admonition Paragraphs TIP, NOTE, IMPORTANT, WARNING and CAUTION admonishment paragraph styles are generated by placing NOTE:, TIP:, IMPORTANT:, WARNING: or CAUTION: as the first word of the paragraph. For example: NOTE: This is an example note. Alternatively, you can specify the paragraph admonition style explicitly using an AttributeList element. For example: [NOTE] This is an example note. Renders: Note This is an example note. Tip If your admonition requires more than a single paragraph use an admonition block instead. 15.4.1 Admonition Icons and Captions Note Admonition customization with icons, iconsdir, icon and caption attributes does not apply when generating DocBook output. If you are going the DocBook route then the a2x(1) --no-icons and --icons-dir options can be used to set the appropriate XSL Stylesheets parameters. By default the asciidoc(1) HTML backends generate text captions instead of admonition icon image links. To generate links to icon images define the icons attribute, for example using the -a icons command-line option. The iconsdir attribute sets the location of linked icon images. You can override the default icon image using the icon attribute to specify the path of the linked image. For example: [icon="./images/icons/wink.png"] NOTE: What lovely war. Use the caption attribute to customize the admonition captions (not applicable to docbook backend). The following example suppresses the icon image and customizes the caption of a NOTE admonition (undefining the icons attribute with icons=None is only necessary if admonition icons have been enabled): [icons=None, caption="My Special Note"] NOTE: This is my special note. This subsection also applies to Admonition Blocks. 16 Delimited Blocks Delimited blocks are blocks of text enveloped by leading and trailing delimiter lines (normally a series of four or more repeated characters). The behavior of Delimited Blocks is specified by entries in configuration file [blockdef-*] sections. AsciiDoc User Guide 22 / 88 16.1 Predefined Delimited Blocks AsciiDoc ships with a number of predefined DelimitedBlocks (see the asciidoc.conf configuration file in the asciidoc(1) program directory): Predefined delimited block underlines: CommentBlock: PassthroughBlock: ListingBlock: LiteralBlock: SidebarBlock: QuoteBlock: ExampleBlock: OpenBlock: ////////////////////////// ++++++++++++++++++++++++++ -------------------------.......................... ************************** __________________________ ========================== -Table 3: Default DelimitedBlock substitutions Attributes Callouts Macros Quotes Yes No No Yes Yes Yes Yes No Yes Yes No No No No Yes No No Yes Yes Yes Yes No No No Yes Yes Yes Yes PassthroughBlock ListingBlock LiteralBlock SidebarBlock QuoteBlock ExampleBlock OpenBlock 16.2 Replacements Special chars No No No Yes No Yes Yes Yes Yes Yes Yes Yes Yes Yes Special words No No No Yes Yes Yes Yes Listing Blocks ListingBlocks are rendered verbatim in a monospaced font, they retain line and whitespace formatting and are often distinguished by a background or border. There is no text formatting or substitutions within Listing blocks apart from Special Characters and Callouts. Listing blocks are often used for computer output and file listings. Here’s an example: -------------------------------------#include int main() { printf("Hello World!\n"); exit(0); } -------------------------------------- Which will be rendered like: #include int main() { printf("Hello World!\n"); exit(0); } By convention filter blocks use the listing block syntax and are implemented as distinct listing block styles. AsciiDoc User Guide 23 / 88 16.3 Literal Blocks LiteralBlocks are rendered just like literal paragraphs. Example: ................................... Consul *necessitatibus* per id, consetetur, eu pro everti postulant homero verear ea mea, qui. ................................... Renders: Consul *necessitatibus* per id, consetetur, eu pro everti postulant homero verear ea mea, qui. If the listing style is applied to a LiteralBlock it will be rendered as a ListingBlock (this is handy if you have a listing containing a ListingBlock). 16.4 Sidebar Blocks A sidebar is a short piece of text presented outside the narrative flow of the main text. The sidebar is normally presented inside a bordered box to set it apart from the main text. The sidebar body is treated like a normal section body. Here’s an example: .An Example Sidebar ************************************************ Any AsciiDoc SectionBody element (apart from SidebarBlocks) can be placed inside a sidebar. ************************************************ Which will be rendered like: An Example Sidebar Any AsciiDoc SectionBody element (apart from SidebarBlocks) can be placed inside a sidebar. 16.5 Comment Blocks The contents of CommentBlocks are not processed; they are useful for annotations and for excluding new or outdated content that you don’t want displayed. CommentBlocks are never written to output files. Example: ////////////////////////////////////////// CommentBlock contents are not processed by asciidoc(1). ////////////////////////////////////////// See also Comment Lines. Note System macros are executed inside comment blocks. AsciiDoc User Guide 24 / 88 16.6 Passthrough Blocks By default the block contents is subject only to attributes and macros substitutions (use an explicit subs attribute to apply different substitutions). PassthroughBlock content will often be backend specific. Here’s an example: [subs="quotes"] ++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++ The following styles can be applied to passthrough blocks: pass No substitutions are performed. This is equivalent to subs="none". asciimath, latexmath By default no substitutions are performed, the contents are rendered as mathematical formulas. 16.7 Quote Blocks QuoteBlocks are used for quoted passages of text. There are two styles: quote and verse. The style behavior is identical to quote and verse paragraphs except that blocks can contain multiple paragraphs and, in the case of the quote style, other section elements. The first positional attribute sets the style, if no attributes are specified the quote style is used. The optional attribution and citetitle attributes (positional attributes 2 and 3) specify the quote’s author and source. For example: [quote, Sir Arthur Conan Doyle, The Adventures of Sherlock Holmes] ____________________________________________________________________ As he spoke there was the sharp sound of horses’ hoofs and grating wheels against the curb, followed by a sharp pull at the bell. Holmes whistled. "A pair, by the sound," said he. "Yes," he continued, glancing out of the window. "A nice little brougham and a pair of beauties. A hundred and fifty guineas apiece. There’s money in this case, Watson, if there is nothing else." ____________________________________________________________________ Which is rendered as: As he spoke there was the sharp sound of horses’ hoofs and grating wheels against the curb, followed by a sharp pull at the bell. Holmes whistled. "A pair, by the sound," said he. "Yes," he continued, glancing out of the window. "A nice little brougham and a pair of beauties. A hundred and fifty guineas apiece. There’s money in this case, Watson, if there is nothing else." — Sir Arthur Conan Doyle The Adventures of Sherlock Holmes 16.8 Example Blocks ExampleBlocks encapsulate the DocBook Example element and are used for, well, examples. Example blocks can be titled by preceding them with a BlockTitle. DocBook toolchains will normally automatically number examples and generate a List of Examples backmatter section. Example blocks are delimited by lines of equals characters and can contain any block elements apart from Titles, BlockTitles and Sidebars) inside an example block. For example: AsciiDoc User Guide 25 / 88 .An example ===================================================================== Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. ===================================================================== Renders: Example 16.1 An example Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. A title prefix that can be inserted with the caption attribute (HTML backends). For example: [caption="Example 1: "] .An example with a custom caption ===================================================================== Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. ===================================================================== 16.9 Admonition Blocks The ExampleBlock definition includes a set of admonition styles (NOTE, TIP, IMPORTANT, WARNING, CAUTION) for generating admonition blocks (admonitions containing more than a single paragraph). Just precede the ExampleBlock with an attribute list specifying the admonition style name. For example: [NOTE] .A NOTE admonition block ===================================================================== Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. . Fusce euismod commodo velit. . Vivamus fringilla mi eu lacus. .. Fusce euismod commodo velit. .. Vivamus fringilla mi eu lacus. . Donec eget arcu bibendum nunc consequat lobortis. ===================================================================== Renders: A NOTE admonition block Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. 1. Fusce euismod commodo velit. 2. Vivamus fringilla mi eu lacus. a. Fusce euismod commodo velit. b. Vivamus fringilla mi eu lacus. 3. Donec eget arcu bibendum nunc consequat lobortis. See also Admonition Icons and Captions. AsciiDoc User Guide 26 / 88 16.10 Open Blocks Open blocks are special: • The open block delimiter is line containing two hyphen characters (instead of four or more repeated characters). • They can be used to group block elements for List item continuation. • Open blocks can be styled to behave like any other type of delimited block. The following built-in styles can be applied to open blocks: literal, verse, quote, listing, TIP, NOTE, IMPORTANT, WARNING, CAUTION, abstract, partintro, comment, example, sidebar, source, music, latex, graphviz. For example, the following open block and listing block are functionally identical: [listing] -Lorum ipsum ... ---------------Lorum ipsum ... --------------• An unstyled open block groups section elements but otherwise does nothing. Open blocks are used to generate document abstracts and book part introductions: • Apply the abstract style to generate an abstract, for example: [abstract] -In this paper we will ... -1. Apply the partintro style to generate a book part introduction for a multi-part book, for example: [partintro] .Optional part introduction title -Optional part introduction goes here. -- 17 Lists L IST TYPES • Bulleted lists. Also known as itemized or unordered lists. • Numbered lists. Also called ordered lists. • Labeled lists. Sometimes called variable or definition lists. • Callout lists (a list of callout annotations). L IST BEHAVIOR • List item indentation is optional and does not determine nesting, indentation does however make the source more readable. • Another list or a literal paragraph immediately following a list item will be implicitly included in the list item; use list item continuation to explicitly append other block elements to a list item. • A comment block or a comment line block macro element will terminate a list — use inline comment lines to put comments inside lists. • The listindex intrinsic attribute is the current list item index (1..). If this attribute is used outside a list then it’s value is the number of items in the most recently closed list. Useful for displaying the number of items in a list. AsciiDoc User Guide 27 / 88 17.1 Bulleted Lists Bulleted list items start with a single dash or one to five asterisks followed by some white space then some text. Bulleted list syntaxes are: - List item. * List item. ** List item. *** List item. **** List item. ***** List item. 17.2 Numbered Lists List item numbers are explicit or implicit. Explicit numbering List items begin with a number followed by some white space then the item text. The numbers can be decimal (arabic), roman (upper or lower case) or alpha (upper or lower case). Decimal and alpha numbers are terminated with a period, roman numbers are terminated with a closing parenthesis. The different terminators are necessary to ensure i, v and x roman numbers are are distinguishable from x, v and x alpha numbers. Examples: 1. a. F. iii) IX) Arabic (decimal) Lower case alpha Upper case alpha Lower case roman Upper case roman numbered (letter) (letter) numbered numbered list item. numbered list item. numbered list item. list item. list item. Implicit numbering List items begin one to five period characters, followed by some white space then the item text. Examples: . Arabic (decimal) numbered list item. .. Lower case alpha (letter) numbered list item. ... Lower case roman numbered list item. .... Upper case alpha (letter) numbered list item. ..... Upper case roman numbered list item. You can use the style attribute (also the first positional attribute) to specify an alternative numbering style. The numbered list style can be one of the following values: arabic, loweralpha, upperalpha, lowerroman, upperroman. Here are some examples of bulleted and numbered lists: - Praesent eget purus quis magna eleifend eleifend. 1. Fusce euismod commodo velit. a. Fusce euismod commodo velit. b. Vivamus fringilla mi eu lacus. c. Donec eget arcu bibendum nunc consequat lobortis. 2. Vivamus fringilla mi eu lacus. i) Fusce euismod commodo velit. ii) Vivamus fringilla mi eu lacus. 3. Donec eget arcu bibendum nunc consequat lobortis. 4. Nam fermentum mattis ante. - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. * Fusce euismod commodo velit. ** Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. Sit munere ponderum dignissim et. Minim luptatum et vel. ** Vivamus fringilla mi eu lacus. * Donec eget arcu bibendum nunc consequat lobortis. - Nulla porttitor vulputate libero. AsciiDoc User Guide 28 / 88 . Fusce euismod commodo velit. . Vivamus fringilla mi eu lacus. [upperroman] .. Fusce euismod commodo velit. .. Vivamus fringilla mi eu lacus. . Donec eget arcu bibendum nunc consequat lobortis. Which render as: • Praesent eget purus quis magna eleifend eleifend. 1. Fusce euismod commodo velit. a. Fusce euismod commodo velit. b. Vivamus fringilla mi eu lacus. c. Donec eget arcu bibendum nunc consequat lobortis. 2. Vivamus fringilla mi eu lacus. i. Fusce euismod commodo velit. ii. Vivamus fringilla mi eu lacus. 3. Donec eget arcu bibendum nunc consequat lobortis. 4. Nam fermentum mattis ante. • Lorem ipsum dolor sit amet, consectetuer adipiscing elit. – Fusce euismod commodo velit. * Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. Sit munere ponderum dignissim et. Minim luptatum et vel. * Vivamus fringilla mi eu lacus. – Donec eget arcu bibendum nunc consequat lobortis. • Nulla porttitor vulputate libero. 1. Fusce euismod commodo velit. 2. Vivamus fringilla mi eu lacus. I. Fusce euismod commodo velit. II. Vivamus fringilla mi eu lacus. 3. Donec eget arcu bibendum nunc consequat lobortis. A predefined compact option is available to bulleted and numbered lists — this translates to the DocBook spacing="compact" lists attribute which may or may not be processed by the DocBook toolchain. Example: [options="compact"] - Compact list item. - Another compact list item. Tip To apply the compact option globally define a document-wide compact-option attribute, e.g. using the -a compact-option command-line option. You can set the list start number using the start attribute (works for HTML outputs and DocBook outputs processed by DocBook XSL Stylesheets). Example: [start=7] . List item 7. . List item 8. AsciiDoc User Guide 29 / 88 17.3 Labeled Lists Labeled list items consist of one or more text labels followed by the text of the list item. An item label begins a line with an alphanumeric character hard against the left margin and ends with two, three or four colons or two semi-colons. A list item can have multiple labels, one per line. The list item text consists of one or more lines of text starting after the last label (either on the same line or a new line) and can be followed by nested List or ListParagraph elements. Item text can be optionally indented. Here are some examples: In:: Lorem:: Fusce euismod commodo velit. Fusce euismod commodo velit. Ipsum:: Vivamus fringilla mi eu lacus. * Vivamus fringilla mi eu lacus. * Donec eget arcu bibendum nunc consequat lobortis. Dolor:: Donec eget arcu bibendum nunc consequat lobortis. Suspendisse;; A massa id sem aliquam auctor. Morbi;; Pretium nulla vel lorem. In;; Dictum mauris in urna. Vivamus::: Fringilla mi eu lacus. Donec::: Eget arcu bibendum nunc consequat lobortis. Which render as: In , Lorem Fusce euismod commodo velit. Fusce euismod commodo velit. Ipsum Vivamus fringilla mi eu lacus. • Vivamus fringilla mi eu lacus. • Donec eget arcu bibendum nunc consequat lobortis. Dolor Donec eget arcu bibendum nunc consequat lobortis. Suspendisse A massa id sem aliquam auctor. Morbi Pretium nulla vel lorem. In Dictum mauris in urna. Vivamus Fringilla mi eu lacus. Donec Eget arcu bibendum nunc consequat lobortis. AsciiDoc User Guide 30 / 88 17.3.1 Horizontal labeled list style The horizontal labeled list style (also the first positional attribute) places the list text side-by-side with the label instead of under the label. Here is an example: [horizontal] *Lorem*:: Fusce euismod commodo velit. Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. Fusce euismod commodo velit. *Ipsum*:: Vivamus fringilla mi eu lacus. - Vivamus fringilla mi eu lacus. - Donec eget arcu bibendum nunc consequat lobortis. *Dolor*:: - Vivamus fringilla mi eu lacus. - Donec eget arcu bibendum nunc consequat lobortis. Which render as: Lorem Fusce euismod commodo velit. Qui in magna commodo, est labitur dolorum an. Est ne magna primis adolescens. Fusce euismod commodo velit. Ipsum Vivamus fringilla mi eu lacus. • Vivamus fringilla mi eu lacus. • Donec eget arcu bibendum nunc consequat lobortis. Dolor • Vivamus fringilla mi eu lacus. • Donec eget arcu bibendum nunc consequat lobortis. Note • Current PDF toolchains do not make a good job of determining the relative column widths for horizontal labeled lists. • Nested horizontal labeled lists will generate DocBook validation errors because the DocBook XML V4.2 DTD does not permit nested informal tables (although DocBook XSL Stylesheets and dblatex process them correctly). • The label width can be set as a percentage of the total width by setting the width attribute e.g. width="10%" 17.4 Question and Answer Lists AsciiDoc comes pre-configured with a qanda style labeled list for generating DocBook question and answer (Q&A) lists. Example: [qanda] Question one:: Answer one. Question two:: Answer two. AsciiDoc User Guide 31 / 88 Renders: 1. Question one Answer one. 2. Question two Answer two. 17.5 Glossary Lists AsciiDoc comes pre-configured with a glossary style labeled list for generating DocBook glossary lists. Example: [glossary] A glossary term:: The corresponding definition. A second glossary term:: The corresponding definition. For working examples see the article.txt and book.txt documents in the AsciiDoc ./doc distribution directory. Note To generate valid DocBook output glossary lists must be located in a section that uses the glossary section markup template. 17.6 Bibliography Lists AsciiDoc comes with a predefined bibliography bulleted list style generating DocBook bibliography entries. Example: [bibliography] .Optional list title - [[[taoup]]] Eric Steven Raymond. ’The Art of UNIX Programming’. Addison-Wesley. ISBN 0-13-142901-9. - [[[walsh-muellner]]] Norman Walsh & Leonard Muellner. ’DocBook - The Definitive Guide’. O’Reilly & Associates. 1999. ISBN 1-56592-580-7. The [[[
*Cell 1* *Cell 2* ]]] syntax is a bibliography entry anchor, it generates an anchor named and additionally displays [ ] at the anchor position. For example [[[taoup]]] generates an anchor named taoup that displays [taoup] at the anchor position. Cite the reference from elsewhere your document using < >, this displays a hyperlink ([taoup]) to the corresponding bibliography entry anchor. For working examples see the article.txt and book.txt documents in the AsciiDoc ./doc distribution directory. Note To generate valid DocBook output bibliography lists must be located in a bibliography section. 17.7 List Item Continuation Another list or a literal paragraph immediately following a list item is implicitly appended to the list item; to append other block elements to a list item you need to explicitly join them to the list item with a list continuation (a separator line containing a single plus character). Multiple block elements can be appended to a list item using list continuations (provided they are legal list item children in the backend markup). Here are some examples of list item continuations: list item one contains multiple continuations; list item two is continued with an OpenBlock containing multiple elements: AsciiDoc User Guide 32 / 88 1. List item one. + List item one continued with a second paragraph followed by an Indented block. + ................. $ ls *.sh $ mv *.sh ~/tmp ................. + List item continued with a third paragraph. 2. List item two continued with an open block. + -This paragraph is part of the preceding list item. a. This list is nested and does not require explicit item continuation. + This paragraph is part of the preceding list item. b. List item b. This paragraph belongs to item two of the outer list. -- Renders: 1. List item one. List item one continued with a second paragraph followed by an Indented block. $ ls *.sh $ mv *.sh ~/tmp List item continued with a third paragraph. 2. List item two continued with an open block. This paragraph is part of the preceding list item. a. This list is nested and does not require explicit item continuation. This paragraph is part of the preceding list item. b. List item b. This paragraph belongs to item two of the outer list. 18 Footnotes The shipped AsciiDoc configuration includes three footnote inline macros: footnote:[ ] Generates a footnote with text . footnoteref:[ , ] Generates a footnote with a reference ID and text . footnoteref:[ ] Generates a reference to the footnote with ID . AsciiDoc User Guide 33 / 88 The footnote text can span multiple lines. The xhtml11 and html5 backends render footnotes dynamically using JavaScript; html4 outputs do not use JavaScript and leave the footnotes inline; docbook footnotes are processed by the downstream DocBook toolchain. Example footnotes: A footnote footnote:[An example footnote.]; a second footnote with a reference ID footnoteref:[note2,Second footnote.]; finally a reference to the second footnote footnoteref:[note2]. Renders: A footnote 2 ; a second footnote with a reference ID 3 ; finally a reference to the second footnote 3 . 19 Indexes The shipped AsciiDoc configuration includes the inline macros for generating DocBook index entries. indexterm:[ , , ] , ((( , , ))) This inline macro generates an index term (the and positional attributes are optional). Example: indexterm:[Tigers,Big cats] (or, using the alternative syntax (((Tigers,Big cats))). Index terms that have secondary and tertiary entries also generate separate index terms for the secondary and tertiary entries. The index terms appear in the index, not the primary text flow. indexterm2:[ ] , (( )) This inline macro generates an index term that appears in both the index and the primary text flow. The should not be padded to the left or right with white space characters. For working examples see the article.txt and book.txt documents in the AsciiDoc ./doc distribution directory. Note Index entries only really make sense if you are generating DocBook markup — DocBook conversion programs automatically generate an index at the point an Index section appears in source document. 20 Callouts Callouts are a mechanism for annotating verbatim text (for example: source code, computer output and user input). Callout markers are placed inside the annotated text while the actual annotations are presented in a callout list after the annotated text. Here’s an example: .MS-DOS directory listing ----------------------------------------------------10/17/97 9:04 bin 10/16/97 14:11 DOS <1> 10/16/97 14:40 Program Files 10/16/97 14:46 TEMP 10/17/97 9:04 tmp 10/16/97 14:37 WINNT 10/16/97 14:25 119 AUTOEXEC.BAT <2> 2/13/94 6:21 54,619 COMMAND.COM <2> 10/16/97 14:25 115 CONFIG.SYS <2> 2 An 3 example footnote. Second footnote. AsciiDoc User Guide 34 / 88 11/16/97 17:17 61,865,984 pagefile.sys 2/13/94 6:21 9,349 WINA20.386 <3> ----------------------------------------------------<1> This directory holds MS-DOS. <2> System startup code for DOS. <3> Some sort of Windows 3.1 hack. Which renders: MS-DOS directory listing 10/17/97 10/16/97 10/16/97 10/16/97 10/17/97 10/16/97 10/16/97 2/13/94 10/16/97 11/16/97 2/13/94 v 1 9:04 14:11 14:40 14:46 9:04 14:37 14:25 6:21 14:25 17:17 6:21 119 54,619 115 61,865,984 9,349 bin DOS Program Files TEMP tmp WINNT AUTOEXEC.BAT COMMAND.COM CONFIG.SYS pagefile.sys WINA20.386 v 1 v v 4v 2 3 v 5 This directory holds MS-DOS. v, 3v, 4v System startup code for DOS. 2 v 5 Some sort of Windows 3.1 hack. E XPLANATION • The callout marks are whole numbers enclosed in angle brackets — they refer to the correspondingly numbered item in the following callout list. • By default callout marks are confined to LiteralParagraphs, LiteralBlocks and ListingBlocks (although this is a configuration file option and can be changed). • Callout list item numbering is fairly relaxed — list items can start with , n> or > where n is the optional list item number (in the latter case list items starting with a single > character are implicitly numbered starting at one). • Callout lists should not be nested. • Callout lists cannot be used within tables. • Callout lists start list items hard against the left margin. • If you want to present a number inside angle brackets you’ll need to escape it with a backslash to prevent it being interpreted as a callout mark. Note Define the AsciiDoc icons attribute (for example using the -a icons command-line option) to display callout icons. AsciiDoc User Guide 35 / 88 20.1 Implementation Notes Callout marks are generated by the callout inline macro while callout lists are generated using the callout list definition. The callout macro and callout list are special in that they work together. The callout inline macro is not enabled by the normal macros substitutions option, instead it has its own callouts substitution option. The following attributes are available during inline callout macro substitution: {index} The callout list item index inside the angle brackets. {coid} An identifier formatted like CO - that uniquely identifies the callout mark. For example CO2-4 identifies the fourth callout mark in the second set of callout marks. The {coids} attribute can be used during callout list item substitution — it is a space delimited list of callout IDs that refer to the explanatory list item. 20.2 Including callouts in included code You can annotate working code examples with callouts — just remember to put the callouts inside source code comments. This example displays the test.py source file (containing a single callout) using the source (code highlighter) filter: AsciiDoc source [source,python] ------------------------------------------\include::test.py[] ------------------------------------------<1> Print statement. Included test.py source print ’Hello World!’ 21 # <1> Macros Macros are a mechanism for substituting parametrized text into output documents. Macros have a name, a single target argument and an attribute list. The usual syntax is : [ ] (for inline macros) and :: [ ] (for block macros). Here are some examples: http://www.docbook.org/[DocBook.org] include::chapt1.txt[tabsize=2] mailto:srackham@gmail.com[] M ACRO BEHAVIOR • is the macro name. It can only contain letters, digits or dash characters and cannot start with a dash. • The optional cannot contain white space characters. • is a list of attributes enclosed in square brackets. • ] characters inside attribute lists must be escaped with a backslash. AsciiDoc User Guide 36 / 88 • Expansion of macro references can normally be escaped by prefixing a backslash character (see the AsciiDoc FAQ for examples of exceptions to this rule). • Attribute references in block macros are expanded. • The substitutions performed prior to Inline macro macro expansion are determined by the inline context. • Macros are processed in the order they appear in the configuration file(s). • Calls to inline macros can be nested inside different inline macros (an inline macro call cannot contain a nested call to itself). • In addition to , and the and named groups are available to passthrough macros. A macro is a passthrough macro if the definition includes a named group. 21.1 Inline Macros Inline Macros occur in an inline element context. Predefined Inline macros include URLs, image and link macros. 21.1.1 URLs http, https, ftp, file, mailto and callto URLs are rendered using predefined inline macros. • If you don’t need a custom link caption you can enter the http, https, ftp, file URLs and email addresses without any special macro syntax. • If the is empty the URL is displayed. Here are some examples: http://www.docbook.org/[DocBook.org] http://www.docbook.org/ mailto:joe.bloggs@foobar.com[email Joe Bloggs] joe.bloggs@foobar.com Which are rendered: DocBook.org http://www.docbook.org/ email Joe Bloggs joe.bloggs@foobar.com If the necessitates space characters use %20, for example large%20image.png. 21.1.2 Internal Cross References Two AsciiDoc inline macros are provided for creating hypertext links within an AsciiDoc document. You can use either the standard macro syntax or the (preferred) alternative. AsciiDoc User Guide 37 / 88 anchor Used to specify hypertext link targets: [[ , ]] anchor: [ ] The is a unique string that conforms to the output markup’s anchor syntax. The optional is the text to be displayed by captionless xref macros that refer to this anchor. The optional is only really useful when generating DocBook output. Example anchor: [[X1]] You may have noticed that the syntax of this inline element is the same as that of the BlockId block element, this is no coincidence since they are functionally equivalent. xref Creates a hypertext link to a document anchor. << , >> xref: [ ] The refers to an anchor ID. The optional is the link’s displayed text. Example: < > If is not specified then the displayed text is auto-generated: • The AsciiDoc xhtml11 and html5 backends display the enclosed in square brackets. • If DocBook is produced the DocBook toolchain is responsible for the displayed text which will normally be the referenced figure, table or section title number followed by the element’s title text. Here is an example: [[tiger_image]] .Tyger tyger image::tiger.png[] This can be seen in < >. 21.1.3 Linking to Local Documents Hypertext links to files on the local file system are specified using the link inline macro. link: [ ] The link macro generates relative URLs. The link macro is the target file name (relative to the file system location of the referring document). The optional is the link’s displayed text. If is not specified then is displayed. Example: link:downloads/foo.zip[download foo.zip] You can use the # syntax to refer to an anchor within a target document but this usually only makes sense when targeting HTML documents. AsciiDoc User Guide 38 / 88 21.1.4 Images Inline images are inserted into the output document using the image macro. The inline syntax is: image: [ ] The contents of the image file is displayed. To display the image its file format must be supported by the target backend application. HTML and DocBook applications normally support PNG or JPG files. file name paths are relative to the location of the referring document. I MAGE MACRO ATTRIBUTES • The optional alt attribute is also the first positional attribute, it specifies alternative text which is displayed if the output application is unable to display the image file (see also Use of ALT texts in IMGs). For example: image:images/logo.png[Company Logo] • The optional title attribute provides a title for the image. The block image macro renders the title alongside the image. The inline image macro displays the title as a popup “tooltip” in visual browsers (AsciiDoc HTML outputs only). • The optional width and height attributes scale the image size and can be used in any combination. The units are pixels. The following example scales the previous example to a height of 32 pixels: image:images/logo.png["Company Logo",height=32] • The optional link attribute is used to link the image to an external document. The following example links a screenshot thumbnail to a full size version: image:screen-thumbnail.png[height=32,link="screen.png"] • The optional scaledwidth attribute is only used in DocBook block images (specifically for PDF documents). The following example scales the images to 75% of the available print width: image::images/logo.png[scaledwidth="75%",alt="Company Logo"] • The image scale attribute sets the DocBook imagedata element scale attribute. • The optional align attribute aligns block macro images horizontally. Allowed values are center, left and right. For example: image::images/tiger.png["Tiger image",align="left"] • The optional float attribute floats the image left or right on the page (works with HTML outputs only, has no effect on DocBook outputs). float and align attributes are mutually exclusive. Use the unfloat::[] block macro to stop floating. 21.1.5 Comment Lines See comment block macro. 21.2 Block Macros A Block macro reference must be contained in a single line separated either side by a blank line or a block delimiter. Block macros behave just like Inline macros, with the following differences: • They occur in a block context. • The default syntax is :: [ ] (two colons, not one). • Markup template section names end in -blockmacro instead of -inlinemacro. AsciiDoc User Guide 39 / 88 21.2.1 Block Identifier The Block Identifier macro sets the id attribute and has the same syntax as the anchor inline macro since it performs essentially the same function — block templates use the id attribute as a block element ID. For example: [[X30]] This is equivalent to the [id="X30"] AttributeList element). 21.2.2 Images The image block macro is used to display images in a block context. The syntax is: image:: [ ] The block image macro has the same macro attributes as it’s inline image macro counterpart. Block images can be titled by preceding the image macro with a BlockTitle. DocBook toolchains normally number titled block images and optionally list them in an automatically generated List of Figures backmatter section. This example: .Main circuit board image::images/layout.png[J14P main circuit board] is equivalent to: image::images/layout.png["J14P main circuit board", title="Main circuit board"] A title prefix that can be inserted with the caption attribute (HTML backends). For example: .Main circuit board [caption="Figure 2: "] image::images/layout.png[J14P main circuit board] Embedding images in XHTML documents If you define the data-uri attribute then images will be embedded in XHTML outputs using the data URI scheme. You can use the data-uri attribute with the xhtml11 and html5 backends to produce single-file XHTML documents with embedded images and CSS, for example: $ asciidoc -a data-uri mydocument.txt Note • All current popular browsers support data URIs, although versions of Internet Explorer prior to version 8 do not. • Some browsers limit the size of data URIs. AsciiDoc User Guide 40 / 88 21.2.3 Comment Lines Single lines starting with two forward slashes hard up against the left margin are treated as comments. Comment lines do not appear in the output unless the showcomments attribute is defined. Comment lines have been implemented as both block and inline macros so a comment line can appear as a stand-alone block or within block elements that support inline macro expansion. Example comment line: // This is a comment. If the showcomments attribute is defined comment lines are written to the output: • In DocBook the comment lines are enclosed by the remark element (which may or may not be rendered by your toolchain). • The showcomments attribute does not expose Comment Blocks. Comment Blocks are never passed to the output. 21.3 System Macros System macros are block macros that perform a predefined task and are hardwired into the asciidoc(1) program. • You can escape system macros with a leading backslash character (as you can with other macros). • The syntax and tasks performed by system macros is built into asciidoc(1) so they don’t appear in configuration files. You can however customize the syntax by adding entries to a configuration file [macros] section. 21.3.1 Include Macros The include and include1 system macros to include the contents of a named file into the source document. The include macro includes a file as if it were part of the parent document — tabs are expanded and system macros processed. The contents of include1 files are not subject to tab expansion or system macro processing nor are attribute or lower priority substitutions performed. The include1 macro’s intended use is to include verbatim embedded CSS or scripts into configuration file headers. Example: include::chapter1.txt[tabsize=4] I NCLUDE MACRO BEHAVIOR • If the included file name is specified with a relative path then the path is relative to the location of the referring document. • Include macros can appear inside configuration files. • Files included from within DelimitedBlocks are read to completion to avoid false end-of-block underline termination. • Attribute references are expanded inside the include target; if an attribute is undefined then the included file is silently skipped. • The tabsize macro attribute sets the number of space characters to be used for tab expansion in the included file (not applicable to include1 macro). • The depth macro attribute sets the maximum permitted number of subsequent nested includes (not applicable to include1 macro which does not process nested includes). Setting depth to 1 disables nesting inside the included file. By default, nesting is limited to a depth of ten. • If the he warnings attribute is set to False (or any other Python literal that evaluates to boolean false) then no warning message is printed if the included file does not exist. By default warnings are enabled. • Internally the include1 macro is translated to the include1 system attribute which means it must be evaluated in a region where attribute substitution is enabled. To inhibit nested substitution in included files it is preferable to use the include macro and set the attribute depth=1. AsciiDoc User Guide 41 / 88 21.3.2 Conditional Inclusion Macros Lines of text in the source document can be selectively included or excluded from processing based on the existence (or not) of a document attribute. Document text between the ifdef and endif macros is included if a document attribute is defined: ifdef:: [] : endif:: [] Document text between the ifndef and endif macros is not included if a document attribute is defined: ifndef:: [] : endif:: [] is an attribute name which is optional in the trailing endif macro. If you only want to process a single line of text then the text can be put inside the square brackets and the endif macro omitted, for example: ifdef::revnumber[Version number 42] Is equivalent to: ifdef::revnumber[] Version number 42 endif::revnumber[] ifdef and ifndef macros also accept multiple attribute names: • Multiple , separated attribute names evaluate to defined if one or more of the attributes is defined, otherwise it’s value is undefined. • Multiple + separated attribute names evaluate to defined if all of the attributes is defined, otherwise it’s value is undefined. Document text between the ifeval and endif macros is included if the Python expression inside the square brackets is true. Example: ifeval::[{rs458}==2] : endif::[] • Document attribute references are expanded before the expression is evaluated. • If an attribute reference is undefined then the expression is considered false. Take a look at the *.conf configuration files in the AsciiDoc distribution for examples of conditional inclusion macro usage. AsciiDoc User Guide 42 / 88 21.3.3 Executable system macros The eval, sys and sys2 block macros exhibit the same behavior as their same named system attribute references. The difference is that system macros occur in a block macro context whereas system attributes are confined to inline contexts where attribute substitution is enabled. The following example displays a long directory listing inside a literal block: -----------------sys::[ls -l *.txt] -----------------Note There are no block macro versions of the eval3 and sys3 system attributes. 21.3.4 Template System Macro The template block macro allows the inclusion of one configuration file template section within another. The following example includes the [admonitionblock] section in the [admonitionparagraph] section: [admonitionparagraph] template::[admonitionblock] T EMPLATE MACRO BEHAVIOR • The template::[] macro is useful for factoring configuration file markup. • template::[] macros cannot be nested. • template::[] macro expansion is applied after all configuration files have been read. 21.4 Passthrough macros Passthrough macros are analogous to passthrough blocks and are used to pass text directly to the output. The substitution performed on the text is determined by the macro definition but can be overridden by the . The usual syntax is : [ ] (for inline macros) and :: [ ] (for block macros). Passthroughs, by definition, take precedence over all other text substitutions. pass Inline and block. Passes text unmodified (apart from explicitly specified substitutions). Examples: pass:[ To be or not to be] pass:attributes,quotes[the ’{author}’] asciimath, latexmath Inline and block. Passes text unmodified. Used for mathematical formulas. +++ Inline and block. The triple-plus passthrough is functionally identical to the pass macro but you don’t have to escape ] characters and you can prefix with quoted attributes in the inline version. Example: Red [red]+++‘sum_(i=1)\^n i=(n(n+1))/2‘$+++ AsciiMathML formula AsciiDoc User Guide 43 / 88 $$ Inline and block. The double-dollar passthrough is functionally identical to the triple-plus passthrough with one exception: special characters are escaped. Example: $$‘[[a,b],[c,d]]((n),(k))‘$$ ` Text quoted with single backtick characters constitutes an inline literal passthrough. The enclosed text is rendered in a monospaced font and is only subject to special character substitution. This makes sense since monospace text is usually intended to be rendered literally and often contains characters that would otherwise have to be escaped. If you need monospaced text containing inline substitutions use a plus character instead of a backtick. 21.5 Macro Definitions Each entry in the configuration [macros] section is a macro definition which can take one of the following forms:= [ =# [ =+ [ Delete the existing macro with this . is a Python regular expression and is the name of a markup template. If is omitted then it is the value of the regular expression match group named name. The optional [ regular expressions and are available as markup template attributes: name The macro name. target The macro target. attrlist The macro attribute list. passtext Contents of this group are passed unmodified to the output subject only to subslist substitutions. subslist Processed as a comma-separated list of substitution names for passtext substitution, overrides the the macro definition subslist. H ERE ’ S WHAT HAPPENS DURING MACRO SUBSTITUTION • Each contextually relevant macro pattern from the [macros] section is matched against the input source line. • If a match is found the text to be substituted is loaded from a configuration markup template section named like -inlinemac or -blockmacro (depending on the macro type). • Global and macro attribute list attributes are substituted in the macro’s markup template. • The substituted template replaces the macro reference in the output document. AsciiDoc User Guide 44 / 88 22 HTML 5 audio and video block macros The html5 backend audio and video block macros generate the HTML 5 audio and video elements respectively. They follow the usual AsciiDoc block macro syntax :: [ ] where: audio or video. The URL or file name of the video or audio file. A list of named attributes (see below). Table 4: Audio macro attributes Name options Value A comma separated list of one or more of the following items: autoplay, loop which correspond to the same-named HTML 5 audio element boolean attributes. By default the player controls are enabled, include the nocontrols option value to hide them. Table 5: Video macro attributes Name height width poster options Value The height of the player in pixels. The width of the player in pixels. The URL or file name of an image representing the video. A comma separated list of one or more of the following items: autoplay, loop and nocontrols. The autoplay and loop options correspond to the same-named HTML 5 video element boolean attributes. By default the player controls are enabled, include the nocontrols option value to hide them. Examples: audio::images/example.ogg[] video::gizmo.ogv[width=200,options="nocontrols,autoplay"] .Example video video::gizmo.ogv[] video::http://www.808.dk/pics/video/gizmo.ogv[] If your needs are more complex put raw HTML 5 in a markup block, for example (from http://www.808.dk/?code-html-5-video): ++++ ++++ 23 Tables The AsciiDoc table syntax looks and behaves like other delimited block types and supports standard block configuration entries. Formatting is easy to read and, just as importantly, easy to enter. • Cells and columns can be formatted using built-in customizable styles. • Horizontal and vertical cell alignment can be set on columns and cell. • Horizontal and vertical cell spanning is supported. Use tables sparingly When technical users first start creating documents, tables (complete with column spanning and table nesting) are often considered very important. The reality is that tables are seldom used, even in technical documentation. Try this exercise: thumb through your library of technical books, you’ll be surprised just how seldom tables are actually used, even less seldom are tables containing block elements (such as paragraphs or lists) or spanned cells. This is no accident, like figures, tables are outside the normal document flow — tables are for consulting not for reading. Tables are designed for, and should normally only be used for, displaying column oriented tabular data. 23.1 Example tables Table 6: Simple table 1 3 5 2 4 6 A B C AsciiDoc source [width="15%"] |======= |1 |2 |A |3 |4 |B |5 |6 |C |======= Table 7: Columns formatted with strong, monospaced and emphasis styles 1 2 Columns 2 and 3 Item 1 Item 1 Item 2 Item 2 AsciiDoc User Guide 46 / 88 Table 7: (continued) 3 4 footer 1 Columns 2 and 3 Item 3 Item 3 Item 4 Item 4 footer 2 footer 3 AsciiDoc source .An example table [width="50%",cols=">s,^m,e",frame="topbot",options="header,footer"] |========================== | 2+|Columns 2 and 3 |1 |Item 1 |Item 1 |2 |Item 2 |Item 2 |3 |Item 3 |Item 3 |4 |Item 4 |Item 4 |footer 1|footer 2|footer 3 |========================== Table 8: Horizontal and vertical source data Date 22-Aug-08 Duration 10:24 Avg HR 157 22-Aug-08 24-Aug-08 23:03 40:00 152 145 Notes Worked out MSHR (max sustainable heart rate) by going hard for this interval. Back-to-back with previous interval. Moderately hard interspersed with 3x 3min intervals (2min hard + 1min really hard taking the HR up to 160). Short cells can be entered horizontally, longer cells vertically. The default behavior is to strip leading and trailing blank lines within a cell. These characteristics aid readability and data entry. AsciiDoc source .Windtrainer workouts [width="80%",cols="3,^2,^2,10",options="header"] |========================================================= |Date |Duration |Avg HR |Notes |22-Aug-08 |10:24 | 157 | Worked out MSHR (max sustainable heart rate) by going hard for this interval. |22-Aug-08 |23:03 | 152 | Back-to-back with previous interval. |24-Aug-08 |40:00 | 145 | Moderately hard interspersed with 3x 3min intervals (2min hard + 1min really hard taking the HR up to 160). |========================================================= AsciiDoc User Guide 47 / 88 Table 9: A table with externally sourced CSV data ID AROUT Customer Name Around the Horn Contact Name Thomas Hardy BERGS BLAUS Berglunds snabbkop Blauer See Delikatessen Christina Berglund Hanna Moos BLONP Blondel pere et fils Frederique Citeaux BOLID Martin Sommer BONAP Bolido Comidas preparadas Bon app’ BOTTM Bottom-Dollar Markets Elizabeth Lincoln BSBEV B’s Beverages Victoria Ashworth CACTU Cactus Comidas para llevar Patricio Simpson Laurence Lebihan Customer Address 120 Hanover Sq. London Berguvsvagen 8 Lulea Forsterstr. 57 Mannheim 24, place Kleber Strasbourg C/ Araquil, 67 Madrid Phone (171) 555-7788 12, rue des Bouchers Marseille 23 Tsawassen Blvd. Tsawassen Fauntleroy Circus London Cerrito 333 Buenos Aires 91.24.45.40 0921-12 34 65 0621-08460 88.60.15.31 (91) 555 22 82 (604) 555-4729 (171) 555-1212 (1) 135-5555 AsciiDoc source [format="csv",cols="^1,4*2",options="header"] |=================================================== ID,Customer Name,Contact Name,Customer Address,Phone include::customers.csv[] |=================================================== Table 10: Cell spans, alignments and styles 2 1 5 8 9 4 3 6 10 7 AsciiDoc source [cols="e,m,^,>s",width="25%"] |============================ |1 >s|2 |3 |4 ^|5 2.2+^.^|6 .3+<.>m|7 ^|8 |9 2+>|10 |============================ 23.2 Table input data formats AsciiDoc table data can be psv, dsv or csv formatted. The default table format is psv. AsciiDoc psv (Prefix Separated Values) and dsv (Delimiter Separated Values) formats are cell oriented — the table is treated as a sequence of cells — there are no explicit row separators. AsciiDoc User Guide 48 / 88 • psv prefixes each cell with a separator whereas dsv delimits cells with a separator. • psv and dsv separators are Python regular expressions. • The default psv separator contains cell specifier related named regular expression groups. • The default dsv separator is :|\n (a colon or a new line character). • psv and dsv cell separators can be escaped by preceding them with a backslash character. Here are four psv cells (the second item spans two columns; the last contains an escaped separator): |One 2+|Two and three |A \| separator character csv is the quasi-standard row oriented Comma Separated Values (CSV) format commonly used to import and export spreadsheet and database data. 23.3 Table attributes Tables can be customized by the following attributes: format psv (default), dsv or csv (See Table Data Formats). separator The cell separator. A Python regular expression (psv and dsv formats) or a single character (csv format). frame Defines the table border and can take the following values: topbot (top and bottom), all (all sides), none and sides (left and right sides). The default value is all. grid Defines which ruler lines are drawn between table rows and columns. The grid attribute value can be any of the following values: none, cols, rows and all. The default value is all. align Use the align attribute to horizontally align the table on the page (works with HTML outputs only, has no effect on DocBook outputs). The following values are valid: left, right, and center. float Use the float attribute to float the table left or right on the page (works with HTML outputs only, has no effect on DocBook outputs). Floating only makes sense in conjunction with a table width attribute value of less than 100% (otherwise the table will take up all the available space). float and align attributes are mutually exclusive. Use the unfloat::[] block macro to stop floating. halign Use the halign attribute to horizontally align all cells in a table. The following values are valid: left, right, and center (defaults to left). Overridden by Column specifiers and Cell specifiers. valign Use the valign attribute to vertically align all cells in a table. The following values are valid: top, bottom, and middle (defaults to top). Overridden by Column specifiers and Cell specifiers. options The options attribute can contain comma separated values, for example: header, footer. By default header and footer rows are omitted. See attribute options for a complete list of available table options. cols The cols attribute is a comma separated list of column specifiers. For example cols="2 ". AsciiDoc User Guide 49 / 88 • If cols is present it must specify all columns. • If the cols attribute is not specified the number of columns is calculated as the number of data items in the first line of the table. • The degenerate form for the cols attribute is an integer specifying the number of columns e.g. cols=4. width The width attribute is expressed as a percentage value ("1%". . . "99%"). The width specifies the table width relative to the available width. HTML backends use this value to set the table width attribute. It’s a bit more complicated with DocBook, see the DocBook table widths sidebar. filter The filter attribute defines an external shell command that is invoked for each cell. The built-in asciidoc table style is implemented using a filter. DocBook table widths The AsciiDoc docbook backend generates CALS tables. CALS tables do not support a table width attribute — table width can only be controlled by specifying absolute column widths. Specifying absolute column widths is not media independent because different presentation media have different physical dimensions. To get round this limitation both DocBook XSL Stylesheets and dblatex have implemented table width processing instructions for setting the table width as a percentage of the available width. AsciiDoc emits these processing instructions if the width attribute is set along with proportional column widths (the AsciiDoc docbook backend pageunits attribute defaults to *). To generate DocBook tables with absolute column widths set the pageunits attribute to a CALS absolute unit such as pt and set the pagewidth attribute to match the width of the presentation media. 23.4 Column Specifiers Column specifiers define how columns are rendered and appear in the table cols attribute. A column specifier consists of an optional column multiplier followed by optional alignment, width and style values and is formatted like: [
*][ ][ ][