Markdown 编辑器
通过实时渲染编写和预览 Markdown
Markdown
预览
Welcome to Markdown Editor
Features
- Real-time preview
- Support GitHub Flavored Markdown
- Export to HTML
Code Example
function hello() {
console.log("Hello, World!");
}
Table Example
| Feature | Status |
|---|---|
| Basic syntax | ✅ |
| GFM extension | ✅ |
| Math formulas | 🚧 |
Task List
- Complete Markdown parsing
- Implement real-time preview
- Add more features
This is a blockquote
Bold text and italic text
语法参考
标题
# Heading 1
## Heading 2强调
**bold** *italic*
~~strikethrough~~列表
- Unordered list
1. Ordered list链接
[text](url)
