6.2 Notenik Markdown Parser ↑

6.2.8 Definition Lists

As an extension to the original Markdown spec from John Gruber, definition lists are supported.

This is an extension documented in the Markdown Guide.

To create a definition list, type the term on the first line. On each of one or more following lines, type a colon followed by a space and the definition.

See the following example.

First Term
: This is the definition of the first term.

Second Term
: This is one definition of the second term.
: This is another definition of the second term.

Next: MathJax Support