Supported Markdown Syntax
- Headings:
#,##,### - Bold:
**text**or__text__ - Italic:
*text*or_text_ - Inline code:
`code` - Blockquotes:
> quote - Unordered lists:
- item - Ordered lists:
1. item - Links:
[text](url) - Images:
 - Horizontal rules:
---