Converts HTML back to clean, readable Markdown. Handles headings, bold/italic, unordered and ordered lists, links (with alt text), images, inline code, code blocks, and blockquotes. Output is compatible with GitHub Flavored Markdown and most Markdown editors.
Reverse the Markdown→HTML pipeline when you need to edit content in a Markdown-based system. To extract just the plain text from HTML (no Markdown), try the HTML Text Extractor.
HTML to MD
Input
<h2>Title</h2><p>A <a href="https://example.com">link</a> in a paragraph.</p>
Output
## Title A [link](https://example.com) in a paragraph.
Convert Markdown to HTML instantly.
Strip HTML tags and extract the plain text content.
Encode special characters to HTML entities and decode them back.
Convert CSV data into a JSON array of objects.
Flatten a JSON array of objects into a CSV spreadsheet.
Convert XML documents to a JSON representation.