Listsjemdoc-rs supports unordered, ordered, and definition lists, including nesting. Unordered ListsUse - to create unordered list items:
- First item
- Second item - Third item
Nested Unordered ListsUse -- for the second level, --- for the third:
- Top level A
-- Nested A.1 -- Nested A.2 --- Deeply nested A.2.1 --- Deeply nested A.2.2 - Top level B -- Nested B.1
Ordered ListsUse . for ordered (numbered) list items:
. First step
. Second step . Third step
Nested Ordered Lists
. Top level step
.. Sub-step one .. Sub-step two . Another top level step .. Another sub-step
Definition ListsUse : with {term} for definition lists:
: {Term One} Definition of term one.
: {Term Two} Definition of term two.
Formatting in ListsList items can contain any inline formatting:
|