»Home
»User Guide
»Installation
»FAQ
»asciidoc(1)
»a2x(1)
»API
»Plugins
»Cheatsheet
»Tests
»ChangeLog
»Support
AsciiDoc
Text based document generation

This preamble will appear on a separate slide.

AsciiDoc Elements

Sagittis in vestibulum. Habitasse ante nulla enim bibendum nulla. Odio sed pede litora.

Titles inside delimited blocks must be floated

Porta nisl metus. Justo porttitor vel. Cras consequat tincidunt id sed conubia. Feugiat felis justo. Nunc amet nulla. Eu ac orci mollis.

images/tiger.png
Figure 1. Tiger

Incremental Elements

The remaining elements on this page are incremental, press the space bar to reveal them.

  • Rhoncus pede justo.

  • Velit pede dolor.

  • Iaculis commodo et.

  • Volutpat tristique nec.

Sagittis in vestibulum. Habitasse ante nulla enim bibendum nulla. Odio sed pede litora.

  1. Rhoncus pede justo.

  2. Velit pede dolor.

  3. Iaculis commodo et.

  4. Volutpat tristique nec.

Outline Elements

The following list is a Slidy outline list — nested bulleted or numbered lists are expanded when the enclosing list item (the ones with blue bullet points or numbers) are clicked.

  • Rhoncus pede justo.

    • Rhoncus pede justo.

    • Velit pede dolor.

  • Velit pede dolor.

    • Iaculis commodo et.

      Note Note admonition paragraph.
    • Volutpat tristique nec.

      images/tiger.png
    • Iaculis commodo et.

    • Volutpat tristique nec.

  • Iaculis commodo et.

    1. Rhoncus pede justo.

      • Velit pede dolor.

      • Iaculis commodo et.

    2. Volutpat tristique nec.

  • Volutpat tristique nec.

AsciiDoc Elements

Note Note admonition paragraph.
Important Important admonition paragraph.
Sidebar

Faucibus sagittis commodo sed et eu. Quam nullam ornare. Sed vel est. Mauris urna lobortis interdum placerat per id magnis enim.

AsciiDoc Elements

A quote block:

A good notation has subtlety and suggestiveness which at times makes it almost seem like a live teacher.

The World of Mathematics (1956)
— Bertrand Russell

A verse block:

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.
from Auguries of Innocence
— William Blake

AsciiDoc Elements

Table 1. Horizontal and vertical source data
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).

Filters

Python source
''' A multi-line
    comment.'''
def sub_word(mo):
    ''' Single line comment.'''
    word = mo.group('word')     # Inline comment
    if word in keywords[language]:
        return quote + word + quote
    else:
        return word
slidy-example__1.png
Figure 2. Music