Supported Markdown

Headings

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Headings start on a new line and have a gap between the hashtags and text.

βœ… DO

# Header

Some regular text
## Another Header

❌ DON'T

#header

this won't work either # header

Bold, Italic, Strike

* Italic *

** Bold **

~~ Strikethrough ~~
If you prefer, underscores (_) are also supported in replace of asterisks (*) for Italic and Bold.
_ Italic _

__ Bold __

Lists

Ordered

1. One
2. Two
3. Three

Unordered

- One
- Two
- Three
If you prefer, asterisks (*) and plus signs (+) are also supported in replace of asterisks (-) for Unordered lists.
* One
* Two
* Three

+ One
+ Two
+ Three

Escaping Characters

If you find yourself wanting to use one of the above patterns without it being converted in markdown, no worries, just hit backspace right after the markdown is converted then continue as normal. This will undo the markdown conversation.

Last updated

Was this helpful?