Decrease header size

This commit is contained in:
Wes Cossick 2015-06-22 16:17:55 -05:00
parent 2c3d1a1f11
commit 92ee85d62a

View File

@ -45,12 +45,12 @@ Go ahead, play around with the editor! Be sure to check out **bold** and *italic
## Lists
Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `.
### Unordered
#### Unordered
* Lists are a piece of cake too
* They even auto continue as you type
* A double enter will end them
### Ordered
#### Ordered
1. Numbered lists...
2. ...work too!