Next: , Previous: Verse, Up: Markup Rules



8.7 Lists of items

Lists are given using special characters at the beginning of a line. Whitespace must occur before bullets or numbered items, to distinguish from the possibility of those characters occurring in a real sentence.

These are rendered as a bullet list.

     - bullet item one
     - bullet item two

An enumerated list follows.

     1. Enum item one
     2. Enum item two

Here is a definition list.

     Term1 ::
       This is a first definition
       And it has two lines;
       no, make that three.
     
     Term2 ::
       This is a second definition