Definition lists
================

what
    Definition lists associate a term with a definition.

how
    The term is a one-line phrase, and the definition is one
    or more paragraphs or body elements, indented relative to
    the term.

term 1
    Definition 1.

term 2
    Definition 2, paragraph 1.

    Definition 2, paragraph 2.

term 3 : classifier
    Definition 3.

term 4 : classifier one : classifier two
    Definition 4.

Definition list with markup
---------------------------

`Term`_
    Text *with* **markup**.

.. _term: http://en.wikipedia.org/wiki/Term

Stacked definition lists
------------------------

Term
    Text with:

    Term 2
        More Text...


..
   Local Variables:
   mode: rst
   fill-column: 79
   End:
   vim: et syn=rst tw=79
