Lists
Full reference: Lists A list ends once there are not enough leading spaces (3-5-7-… spaces are rounded down to 2-4-6-… – similar to Indentation) or there’s another block markup following. Ordered lists
To make maintaining large lists easier there’s a convention: if list item’s value is the same as its previous sibling it’s incremented by 1. This allows you avoiding re-enumerating the list after adding new items, removing old ones or just moving them around. It works for two numerical markers only.
Unordered lists
Exact view depends on the template used – for example, last type (dash) can be used to show dialogues. Associative listsSuch lists are commonly used to define list of terms, glossary or dictionary entries. They’re defined similarly to Terms – term name is separated from its caption with dual equality signs (==) or, if there is none, with a space. In HTML they are rendered as <dt>, <dt>, <dd> tags.
NestingLists can be nested and can contain mixed markers:
Line breaksIf you put a line break in a list item this won’t close the list if there are more leading spaces than required by the list of given nesting level.
This line is a new indented paragraph.
|