1,126 characters
Welcome to Markdown Preview
Try editing this markdown and see the live preview on the right!
Features
- ✅ GitHub-Flavored Markdown support
- ✅ Syntax highlighting for code blocks
- ✅ LaTeX math equations with KaTeX
- ✅ Tables, task lists, and more
- ✅ Sync scroll between editor and preview
- ✅ Export as HTML or Markdown file
Quick Examples
Text Formatting
Bold text and italic text and strikethrough
Code Block
function greeting(name) {
return `Hello, ${name}!`;
}
console.log(greeting('World'));
LaTeX Math
Inline math:
Block math:
Table
| Feature | Status | Notes |
|---|---|---|
| Editor | ✅ Live | Real-time preview |
| Upload | ✅ Ready | Drag & drop files |
| Export | ✅ Works | HTML, MD |
Task List
- Create markdown editor
- Add live preview
- Add more features
Links and Images
This is a blockquote. You can use it for important notes.
Start editing to see your changes!