Powerful online Markdown editor with live preview and multiple editing modes
# Heading 1
## Heading 2
**Bold text**
*Italic text*
~~Strikethrough~~
[Link](url)

- Unordered list item
- Another item
1. Ordered list item
2. Another item
- [ ] Task list item
- [x] Completed task
`inline code`
```
code block
```
| Header 1 | Header 2 |
|----------|----------|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
Inline math: $E = mc^2$
Block math:
$$
\sum_{i=1}^{n} i = \frac{n(n+1)}{2}
$$
Ctrl/Cmd + B - BoldCtrl/Cmd + I - ItalicCtrl/Cmd + K - Insert linkCtrl/Cmd + S - Save