HTML 转 Markdown 转换器
在浏览器中直接将 HTML 转换为整洁的 Markdown。适用于清理复制的内容、准备博客草稿,以及为编辑器、笔记或 CMS 简化格式化文本。
Need plain text instead? Use 移除 HTML 标签.
工作原理
This tool converts common HTML elements into Markdown syntax directly in your browser. It is useful when cleaning copied content from web pages, rich text editors, emails, or CMS systems and turning it into a cleaner, portable text format.
所有处理均在浏览器中本地完成。 Nothing is uploaded, stored or logged.
示例
输入 <h1>Hello</h1> <p>This is <strong>important</strong> text.</p> 输出 # Hello This is **important** text. 输入 <p>Visit <a href="https://example.com">our site</a>.</p> 输出 Visit [our site](https://example.com).
常见问题
“HTML 转 Markdown”是什么意思?
将带格式的 HTML 标记转换为 Markdown 语法。
这个转换器安全吗?
Yes. 所有处理均在浏览器中本地完成。
可以用于从 WordPress 或 ChatGPT 复制的内容吗?
可以。它能帮助清理带格式的 HTML,并转换为更简洁的 Markdown 文本。
这个工具会上传我的内容吗?
不会。不会上传或存储任何内容。
这款工具的常见用法
Read the practical guide for converting rich HTML into cleaner Markdown workflows.