HTML Table ↔ Markdown
Text & Unicode
Markdown output
Safe table preview
Convert input to display a preview.
How to use
Choose a direction
Select HTML to Markdown or Markdown to HTML.
Enter one table
Paste an HTML table or one GFM table, or open a local file.
Inspect the result
Review normalization warnings and the safe preview, then copy or download the result.
Frequently asked questions
- What happens to merged cells in Markdown?
- Their values are repeated into every cell covered by rowspan or colspan. A warning is shown, and the merged layout is not reconstructed.
- Are pipes and line breaks inside cells preserved?
- GFM output uses \| for pipes and <br> for line breaks. Converting back to HTML produces escaped text and br elements.
- Are HTML or links in Markdown executed?
- No. Inline syntax remains cell text and is escaped when HTML is generated.