Markdown Syntax
Markdawn platform supports the strict version of Markdown syntax.
- Bold text —
**bold**
- Italic text —
*italic*
- Links —
[link name](http://example.com)
- Images —

- Quotes —
> quote
- Unordered lists —
* list item
- Ordered lists —
3. list item
- Headings —
### Heading 3
- Code block —
[tab] code
- LaTeX —
$$ math formula $$