Skip to content

HTML table to Markdown

Paste a <table> fragment from a docs page or browser inspector. This URL preselects HTML → Markdown — pipe tables ready for READMEs and wikis.

Loading tool…

How to use HTML table to Markdown

  1. 1. Paste HTML. A table fragment is enough; a full document also works.
  2. 2. Confirm HTML → Markdown. Preselected on this page.
  3. 3. Copy the Markdown table. Paste into GitHub, Notion, or the Markdown preview tool.

About this tool

Searchers type “table html to markdown” when they copied a table from a webpage and need pipe syntax for a README. This alias is that one direction — not a generic table hub.

Colspan and nested tables

Merged cells flatten imperfectly. Prefer a simple thead plus tbody. Multiple tables in one paste may concatenate rows.

When Markdown beats HTML

READMEs, ADRs, and issue comments want pipe tables. HTML is fine in CMSs — Markdown is easier to diff in git.

Code examples

MD

| a | b |
| --- | --- |
| 1 | 2 |

This is one direction of the shared converter. The editor is the same; the title and default direction match this search.

Frequently asked questions

Related tools

All tools