Markdown
HTML Table to Markdown Table
Convert an HTML table into a Markdown table.
How it works
- 1Paste HTML containing a table.
- 2The table’s cells are converted to Markdown.
- 3Copy the Markdown table.
Use cases
- Bring a web table into Markdown.
- Convert scraped HTML.
- Migrate content from HTML to Markdown.
Frequently asked questions
What if there are nested tags?
Tags inside cells are stripped, keeping the text content.
Does it handle the first table only?
It converts the first <table> found in the input.
Is it private?
Yes. Tables are processed entirely in your browser; nothing is uploaded.
Read the guide
How to convert an HTML table to Markdown
Pull a table off a web page and into a clean Markdown table — keeping the rows and columns while dropping the markup, styling, and nested tags.
Related tools
See all →Markdown Editor
A fast, free online Markdown editor with live side-by-side preview.
Live Markdown Preview
Paste Markdown and see it rendered live, side by side, as you edit.
Split View Markdown Editor
A two-pane Markdown editor with the source and live preview side by side.
Fullscreen Markdown Editor
An immersive, full-window Markdown editor with live preview.