Split Markdown Editor
Write markdown on the left and preview on the right.
GFM support
- Task lists
- Tables
- Autolinks
| Feature | Status |
|---|---|
| Preview | Live |
| Styling | shadcn/ui |
export function Hello() {
return <p>Hello markdown</p>;
}
This is rendered through a markdown library, not a manual parser.