Rich text to Markdown
Input
<h1>Title</h1><p><strong>Body</strong> and <a href="https://51tools.info">link</a></p>
Output
# Title
**Body** and [link](https://51tools.info)
Convert HTML fragments into Markdown text for rich text cleanup, article drafts, and web snippets.
Convert webpage snippets, rich-text exports, or article HTML into Markdown that is easier to edit. The conversion runs locally in your browser.
<h1>Title</h1><p><strong>Body</strong> and <a href="https://51tools.info">link</a></p>
# Title
**Body** and [link](https://51tools.info)
<ul><li>Clean content</li><li>Publish article</li></ul>
- Clean content
- Publish article
Your HTML and generated Markdown are processed only in the current browser and are not uploaded to the server.