Text Preview How

Markdown Syntax Reference

You typeYou get
**bold**bold text
*italic*italic text
`code`inline code
~~strikethrough~~strikethrough
[link](url)link text
![alt](img-url)image
# Heading 1Heading 1
## Heading 2Heading 2
* list itemlist item
- [ ] taskunchecked task
- [x] donechecked task
> quoteblockquote
---horizontal rule
| th | th |table header
```python\ncode block\n```

MD supported · Full reference