Numbered Lists
Use a hash (#) in the first column to create a numbered list. Use additional hashes for deeper indentation. For example:
# One
# Two
# Three
## Three.One
This creates the following numbered list:
Example of a numbered list with two levels of indentation, created using Wiki markup.
If you want to write the list item on multiple lines, add one or more spaces on the next line and the line will be automatically added to the previous item.
This is a single-line item.
This is a multi-line item.
We can continue the second sentence on a line of its own. We might as well do a third line while we are at it. Notice, however, as all these sentences get put inside a single item!
The third line is again a single-line item for your convenience.
For more information on examples of complex list, see: Advanced Formatting.
Was this helpful?