![]() |
|
Navigation |
Synopsis A (possibly nested) list of numbered points.
Syntax
Description NumberedLists create, possibly nested, lists of numbered 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 NumberedList, otherwise the new paragraph becomes part of the last list item.
![]() |