Help:Lists
The wiki supports numbered lists, unnumbered lists and definitions. The following table demonstrates the various types of list.
To get | You type |
---|---|
For either type of list, a break
|
# For a numbered list # just start every line with a # character ## More hashes give ### deeper levels of indentation For either type of list, a break # starts again |
|
* An unnumbered list is the same * but we start each line with a star ** Again, more stars *** give deeper levels |
|
; Definition lists ; item : definition ; semicolon plus term : colon plus definition ;; indented term : with its definition |
|
: Indented text : Here because it is based on a definition list :: And you can indent several levels |
|
# You can even have mixed lists #* nesting them #*; As deep as you like : with definitions #*; Another term #*: with definition |
Note that each item in a list can only be a single paragraph. A blank line ends the list.