For the larger heading type:
### Larger heading
Larger heading
Just type normal text for your content. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
For the smaller heading type:
#### Smaller heading
Smaller heading
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
If you want a new paragraph like this then just leave a empty line like you would in any other text program.
And if you want to have a line break without a paragraph break like this then leave 2 spaces after your fullstop.
For italic text type:
*Italic text*
Italic text
For bold text type:
**Bold text**
Bold text
For small text type:
<small>This is small text</small>
This is small text
For a horizontal rule type:
***
For a block quote type:
> This is a block quote
This is a block quote
And you can even do it with headings and other styles within the block quote
this is a h3 block quote with some text
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
For a list then just type:
- List item 1
- List item 2
- List time 3
And you will get:
- List item 1
- Sublist (just add 2 spaces before the dash)
- Sublist
- List item 2
- List time 3
For a numbered list with a small heading type:
#### This is a smaller heading
1. First item
2. Second item
3. Third item
And you will see:
This is a smaller heading
- First item
- Second item
- Third item
For links type:
[Link to Google](https://www.google.com.au)
For links to our own site:
[This is a link to our resources page](/resources)
This is a link to our resources page
For images type:
![Alternative text](Image URL)
The image URL will be provided at the bottom of your post edit page after uploading an image or you can take any URL from the web.
If you want to escape mark down syntax and have those characters on the page you can use \
e.g. to stop - creating a list then type \-
or to stop: "1979. This was a great year" from becoming a numbered list just type: "1979\. Was a great year"