Paste an HTML table and get a clean GitHub-flavored Markdown table back — header row, aligned columns, ready to drop into a README.
Get a clean Markdown table to copy — runs in your browser, nothing uploaded.
Converted — share it as a page.
Publish this as a live page in one click. No account to start.
HTML tables and Markdown tables describe the same grid in very different syntax, and rebuilding one as the other by hand is miserable: every <tr> and <td> becomes a pipe and a dash you have to line up yourself. Paste the table’s HTML here and the conversion is instant — this is the exact html table to markdown task people hit when moving a spec, a price grid, or a comparison table out of a web page and into a README, a wiki, or a docs site. The converter reads the <thead> and <tbody>, turns the header cells into the Markdown header row with its separator line, and lays the body rows out as aligned pipe columns. It runs in your browser, so the markup never leaves your machine, and it handles the rest of the document too if you paste more than just the table.
A technical writer is porting an API reference from an old HTML help site into a Markdown docs repo. The endpoint page has a parameters table — name, type, required, description — marked up as a full HTML <table> with a header row and twelve body rows. Retyping that as a Markdown pipe table, getting every separator and alignment right, would be ten minutes of fiddly work per endpoint across dozens of endpoints. Instead they copy the <table> markup from the page source and paste it here. The Markdown table appears with the four column headers, the separator row, and all twelve rows aligned — no hand-typed pipes. They paste it straight into the endpoint’s .md file, where it renders as a clean table on the docs site, and move to the next endpoint. A day of table-retyping collapses into copy, paste, copy.
Free links last 7 days with a free account. On a paid plan every page you create stays online permanently.
See pricing