Chapter 3. What is next?

Head to the docs sections for more information and examples.

3.1. Source Code Highlight

The Pygments syntax highlighter can be used for xhtml11, html5 and bootstrap outputs.

[Note]

Since version 3.1.0 you have ability to use any of the Pygments 1.5 themes provided at document build time.

3.2. Text Formatting

Words and phrases can be formatted by enclosing inline text with quote characters.

3.3. Delimited Blocks

Delimited blocks are blocks of text enveloped by leading and trailing delimiter lines

3.4. 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.

3.5. Document Structure

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.

3.6. 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.

3.7. Macros

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.

3.8. Backend Attributes

List all specifics attributes of this backend.

3.9. Customizing

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.