Welcome to Markdown Viewer
A real-time Markdown editor and previewer.
Features
- GFM support: tables, task lists, strikethrough
- Code syntax highlighting
- Mermaid diagrams
- File import/export
- Auto-save to localStorage
Table Example
| Feature | Status |
|---|
| GFM | ✅ |
| Mermaid | ✅ |
| Code HL | ✅ |
Task List
Code Example
function greet(name: string): string {
return `Hello, ${name}!`;
}
Mermaid Diagram
Loading diagram...