Markdown 编辑器
Welcome to Sandooq Markdown Previewer!
Features
- Live Preview: Type on the left, see the result on the right.
- GitHub Flavored Markdown: Support for tables, task lists, and more.
- Syntax Highlighting: Code blocks are automatically highlighted.
Examples
Code Block
function hello() {
console.log("Hello, world!");
}
Table
| Feature | Support |
|---|---|
| Tables | ✅ |
| Task Lists | ✅ |
| Strikethrough | ✅ |
Task List
- Write Markdown
- Preview in real-time
- Export to HTML
Enjoy writing!
Markdown 预览器
实时编写和预览 Markdown。支持 GitHub 风格的 Markdown。
工作原理
1
编写 Markdown
在左侧编辑器窗格中输入您的 markdown 文本。
2
实时预览
在右侧立即查看呈现的 HTML 输出更新。
3
导出
复制 markdown 或生成的 HTML 以在您的项目中使用。