To make a bulleted list, simply add a space or a tab as the first character on the line for each item.
One Two Three
Becomes:
To make a numbered list, add a pound sign (#) after a leading space or tab on the line for each item.
#Red #Green #Blue
Becomes:
To use Roman numbers for a list, add an exclamation point (!) after a leading space or tab on the line for each item. [3.2]
!Red !Green !Blue
Becomes:
To make a lettered list, add an at sign (@) after a leading space or tab on the line for each item. [3.2]
@Red @Green @Blue
Becomes:
Lists can be nested by adding additional indentation (tabs or spaces) for each sublist.
Definition lists are a special format with each item title followed by its definition. Use a plus sign (+) after a leading space or tab for each title and a minus sign (-) for each definition.
+HTML -Hypertext Markup Language +HTTP -Hypertext Transport Protocol +URL -Uniform Resource Locator
Becomes: