Our Markdown editor features a combination of features from GitHub Flavored Markdown and Markdown Extra. Below is a full list of the formatting/features that we support.
# Heading 1
## Heading 2
### Heading 3
**bold**
*italic*
~~Strikethrough~~
--
---
{.yourclasshere}
{#youridhere}
[My Link Text](http://example.com)
![My Image Title](http://example.com/image.jpg)
>
***
___
Footnote label [^1]
[^1]: Footnote content
<img src="http://example.com/image.jpg">
\
*
_
For more detailed information about how to format text, check out our Markdown formatting guide