HTML Table to Markdown Converter
Paste any HTML table snippet to convert it immediately into clean GitHub Flavored Markdown (GFM) table syntax suitable for documentation and README files.
How to Use HTML Table to Markdown Converter
Paste HTML Table
Paste your <table>...</table> HTML code into the input editor.
Convert Instantly
The parser extracts headers and rows into markdown pipe (|) format.
Copy Markdown
Copy the formatted markdown directly to your README or markdown file.
About HTML Table to Markdown Converter
Parses DOM table nodes, maps header cells into the Markdown header delimiter row (| --- | --- |), and iterates rows into pipe-separated fields.
Supported Formats
Operational Limits
- •Merged cells (colspan/rowspan) are flattened as standard Markdown does not natively support cell spanning.
Key Features
- Extracts text cleanly from <th> and <td> elements
- Generates standard GFM pipe syntax
- Handles multi-line cells and whitespace trimming
- One-click copy to clipboard
Frequently Asked Questions
Related Tools
More in HTML ToolsMarkdown Editor & Previewer
Live split-pane Markdown editor with real-time HTML preview and export.
HTML Table Generator
Interactive spreadsheet-style table editor: customize rows, columns, headers, cell borders, striping, and generate clean semantic HTML <table> markup.
HTML List Generator (Unordered, Ordered, DL)
Convert plain text lines into clean HTML ordered (<ol>), unordered (<ul>), or description (<dl>) lists with customizable markers and classes.