CSV to JSON Converter
CSV to JSON Converter online: fast, private and free for everyday document work.
Convert HTML back to Markdown in your browser — headings, bold, italic, links and lists. A practical, lossy converter for the common tags.
Your browser is preparing the tool. It runs 100% locally.
Paste HTML and get Markdown: heading tags become #, bold and italic become double and single asterisks, links become the bracket syntax, and list items become dashes. Other tags are stripped to their text. It's a practical, deliberately lossy converter for the common cases — not a full HTML parser — and it runs entirely in your browser.
Paste a chunk of HTML and the tool rewrites the familiar tags as Markdown, ready to copy or download as output.md. It updates live as you edit the input.
It's handy for pulling clean Markdown out of HTML you've copied — from an email, a CMS field or a web snippet — so you can store and edit it as plain text instead.
It matches a common set of tags and rewrites them: heading tags h1 to h6 become the matching number of # marks, the bold and italic tags become double and single asterisks, an anchor becomes the bracket-and-parenthesis link form, and each list item becomes a dash line. Block tags like ul, p and div become line breaks.
Every other tag is removed, leaving its text behind, and runs of blank lines are collapsed. The approach is pattern-based rather than a full document parse, which keeps it fast and predictable.
No external data. It maps a common set of HTML tags to their Markdown equivalents — Markdown being Gruber's 2004 format, later specified by CommonMark — using text rules, in your browser.
The HTML you paste is converted in your browser; nothing is sent anywhere.
Nothing is stored — refresh and it's gone.
| Input | HTML |
|---|---|
| Output | Markdown |
| Converts | Headings, bold, italic, links, list items |
| Other tags | Stripped to their text |
| Method | Pattern-based (not a DOM parser) |
| Download | output.md |
| Where it runs | In your browser, live |
Lossy by design. Only the common tags are mapped; tables, images, code blocks, blockquotes and any styling are reduced to text or dropped. Expect to tidy the result by hand.
It's pattern-based, not a full HTML parser, so unusual or malformed markup may not convert cleanly. Simple, well-formed HTML gives the best results.
Attributes other than a link's destination are ignored, and nested structures are flattened rather than preserved.
For a faithful, structure-preserving conversion of complex HTML, a dedicated library such as Turndown is a better fit.
Pull clean Markdown out of HTML copied from a web page or email.
Move HTML content into a Markdown-based CMS or notes app.
Reduce styled HTML to portable plain-text Markdown.
Start a Markdown draft from an existing HTML document.
Complex HTML with tables and images? Use a full converter such as Turndown. Going the other way? Use Markdown to HTML. Just need the words? Strip the tags with a text cleaner.
Maps the common tags — headings, bold, italic, links and list items — and strips the rest to text, so it's a practical, deliberately lossy converter rather than a faithful HTML parser.
CSV to JSON Converter online: fast, private and free for everyday document work.
Convert with JSON to CSV Converter, preserving structure and data, with zero uploads.
Markdown to HTML in seconds — accurate, free and processed locally in your browser.
Convert with CSV to Excel Converter, preserving structure and data, with zero uploads.
Excel to CSV Converter online: fast, private and free for everyday document work.
Convert with Excel to JSON Converter, preserving structure and data, with zero uploads.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.