H → M HTML to Markdown Converter
Paste an HTML snippet — including a table — and get back clean Markdown. One direction, focused: paste source HTML, get Markdown out.
Walks the real parsed DOM rather than regexing tags, so nesting is handled correctly. Unsupported/unknown tags (like
<div> or <span>) are unwrapped — their text content is kept, the tag itself is dropped.