Text
Markdown Table Generator
Turn pasted rows, CSV, or tab-separated text into a clean Markdown table for docs, READMEs, issues, and notes.
Comma mode supports quoted CSV fields, including commas, doubled quotes, and line breaks. Tab and pipe modes split each physical line.
How to use Markdown Table Generator
Best for
- Creating Markdown tables for GitHub READMEs, issues, docs, and notes.
- Converting CSV or tab-separated rows into pipe-table syntax.
- Previewing a table before copying Markdown.
Steps
- Paste rows, CSV, TSV, or pipe-separated text.
- Choose a delimiter or leave it on auto-detect.
- Choose column alignment, preview the table, and copy the Markdown.
Notes
- The first row becomes the table header.
- Rows with fewer cells are padded so the Markdown table remains valid.
FAQ
Can I convert CSV to a Markdown table?
Yes. Paste CSV rows, choose comma as the delimiter, then copy the generated Markdown table.
How do I align columns?
Use the alignment dropdown to generate left, center, or right alignment markers in the separator row.