Head to the docs sections for more information and examples.
The Pygments syntax highlighter can be used for xhtml11, html5 and bootstrap outputs.
![]() | |
Since version 3.1.0 you have ability to use any of the Pygments 1.5 themes provided at document build time. |
Words and phrases can be formatted by enclosing inline text with quote characters.
Delimited blocks are blocks of text enveloped by leading and trailing delimiter lines
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.
AsciiDoc has two mechanisms for optionally including additional meta-data in the header of the output document.
Like the docinfo
attribute, bootstrap backend add support to dropdowns
navigation bar with to new navinfo
attribute.
It also add support to bootstrap jumbotron component with the new jumboinfo
attribute.
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.
Macros are a mechanism for substituting parametrized text into output documents.
Macros have a name, a single target argument and an attribute list.
Inline Macros occur in an inline element context. Predefined Inline macros include image and link macros.
AsciiDoc-Bootstrap v4 includes support of LESS one of the most popular CSS preprocessor.
Easy to maintain, and change skins of your favorite Asciidoc documents.