The editor supports a simple Markdown like syntax for formatting while typing.

 The following syntax is supported

Heading 1 - 6

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Bold, Italic, Strikethrough

**bold**
*italic*
~~strikethrough~~

Lists

Unordered lists

* item 1
* item 2
* item 3

Ordered lists

1. item 1
2. item 2
3. item 3

Images

![Description](image_url.png)