|
| |
| Navigation |
Synopsis A (possible nested) list of bullet points.
Syntax
Description BulletLists create, possibly nested, lists of points.
The number of
* characters determines the nesting level of a (sub)list.
A list item ends with:
Examples The input
* First item.* Second item.
will produce:
* First item.** First subitem.** Second subitem.* Second item
will produce:
Pitfalls Do not forget to add two newlines after a BulletList, otherwise the new paragraph becomes part of the last list item.
|