在线免费Markdown预览器
实时并排编写和预览Markdown。
Who uses the Markdown预览器?
- 在粘贴到别处之前,快速做基础 Markdown 格式(标题、粗体、链接)视觉检查的写作者。
- 通过即时视觉反馈学习基础 Markdown 语法的初学者。
- 把简单的项目符号笔记转换成快速、易读预览的任何人。
How the Markdown预览器 works
在编辑器面板中输入或粘贴 Markdown。
输入时实时查看预览的更新。
支持的语法:标题、粗体/斜体、行内代码、链接、水平分割线、引用和列表。
本工具只涵盖基础 Markdown——不支持的内容请见常见问题。
Tips & tricks
- 对于要发布到 GitHub 的内容(README、issue),如果用到了表格、任务列表或围栏代码块,请直接在 GitHub 上预览——本工具不会以相同方式渲染它们。
- 数字列表目前在视觉上会显示为无序列表——不要依赖本工具来检查你的列表编号是否正确显示。
- 你粘贴的任何原始 HTML 都会被转义并显示为可见文本,而不会被渲染——本工具不支持直接透传 HTML。
- 适合快速检查标题、粗体/斜体、链接和简单的项目符号列表——不是一个支持完整规范的 Markdown 编辑器。
Frequently Asked Questions
预览器支持哪些 Markdown 功能?
基础 Markdown:标题(# 到 ######)、粗体/斜体/粗斜体、行内代码(单个反引号)、链接、水平分割线(---)、单行引用以及无序列表。它不支持 GitHub Flavored Markdown 扩展——详见下一个问题。
支持表格、任务列表或围栏代码块吗?
不支持。这个预览器不会渲染表格、任务列表复选框(- [x])、带语法高亮的三反引号代码块、脚注或删除线。如需完整的 GitHub Flavored Markdown,请直接在 GitHub 上预览你的 README,或使用专门的 GFM 工具。
为什么我的数字列表没有显示为编号列表?
有序列表项(1. 2. 3.)目前会被渲染为普通列表项,而不会包裹在编号的 <ol> 标签中——这是本工具简单渲染器的一个已知限制。你输入的数字仍会出现在源文本中,但渲染出的列表并不是真正的有序列表。
我可以自定义预览样式或导出 HTML 吗?
不可以——预览使用单一固定样式,此版本中没有主题切换器、自定义 CSS 注入功能,也没有导出 HTML 的按钮。
这和 GitHub 的 Markdown 渲染一样吗?
不一样——GitHub 使用完整的 GitHub Flavored Markdown(GFM)规范,包括表格、任务列表和带语法高亮的代码块。本工具只渲染基础 Markdown 语法;使用 GFM 扩展的内容在这里的显示效果会和在 GitHub 上不同。
Is my data safe when using the Markdown预览器?
Completely safe. The Markdown预览器 processes everything locally in your browser. No input data, results, or usage information is ever transmitted to or stored on any server.
Can I use the Markdown预览器 output in commercial projects?
Yes. The Markdown预览器 is a utility tool and its output carries no licensing restrictions. You are free to use results in any project, commercial or personal.
Does the Markdown预览器 follow official standards?
Yes. The Markdown预览器 is built to comply with the relevant industry standard or specification for this utility type. If you encounter an unexpected result, verify your input against the specification — edge cases outside the standard may produce undefined behaviour.