Blank lines
Runs entirely in your browser, nothing is uploaded.
How it works
HTML to Markdown Converter for Pasted Page Source
Paste HTML and get Markdown back. Headings, links, images, lists, tables and code blocks are all mapped over, and anything Markdown cannot express is unwrapped rather than dropped.
What this does
- Headings, links, images, lists, blockquotes and rules mapped to their Markdown equivalent
- Tables become pipe rows, and a fenced code block takes its language from the code element's class
- Characters that would read as Markdown, a leading hyphen, a stray underscore, are backslash-escaped
FAQ
Keep going