Keyboard Shortcuts
You can create headings and lists without having to use the editor toolbar. For a heading all you have to do is simply type in the editor:
## This is a sample heading
This will create a heading one (the largest heading). To create a subheading, for example - a heading three, just type:
### heading three
#### heading four
##### heading five
To create a numbered list all you need to do is type:
1. first item
2. second item
3. third item
The editor will automatically change this to be a numbered list.
To create a bullet list simply type:
* first item
* second item
* third item
The editor will automatically change this to be a bulleted list.