Bullets
From Primary Surgery
Regular bullets
Creating bullets is very easy, simply put an asterisk "*" at the start of a line.
Using the following code:
*Aardvark *Hyena *Marmot *Turtle *Zebra
To produce the following bullets:
- Aardvark
- Hyena
- Marmot
- Turtle
- Zebra
Numbered bullets
Creating bullets is very easy, simply put a pound/number sign "#" at the start of a line.
Using the following code:
#First item #Second item #Third item #Fourth item #Fifth item
To produce the following bullets:
- First item
- Second item
- Third item
- Fourth item
- Fifth item
