Write, preview, and edit Markdown with a lightweight, browser-based editor. Your content
is automatically saved to localStorage so you won't lose changes.
New to Markdown? See the Markdown guide for quick syntax tips.
Press ESC then TAB to move the focus off the field
# Welcome to Markdown Magic!
## Unleash the Power of Simple Formatting
- **Bold text** is as easy as **this**.
- *Italicized*? Just use *this*.
- Want a strikethrough? Try ~~this~~.
---
## Links? No Problem!
Check out [Markdown's official site](https://www.markdownguide.org) for the full scoop.
---
## Lists? Check!
### Here's what you can do:
1. Ordered lists for step-by-step guides.
- Unordered lists for quick notes.
---
## Images? Here's How:

---
## Code Blocks? Absolutely!
```js
console.log("Hello, Markdown!")
```
---
## Tables? Easy Peasy!
| Feature | Syntax | Example |
|---------|--------|---------|
| Bold | `**text**` | **bold** |
| Italic | `*text*` | *italic* |
| Code | `` `code` `` | `code` |
| Link | `[text](url)` | [link](https://example.com) |