Skip to content
Markdown

HTML Table to Markdown Table

Convert an HTML table into a Markdown table.

How it works

  1. 1Paste HTML containing a table.
  2. 2The table’s cells are converted to Markdown.
  3. 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.
See all →