CSV to Markdown Table
Convert CSV into a GitHub-flavored Markdown table for README files and docs.
Was this tool helpful?
Thanks for the feedback!
Convert CSV data into a GitHub-flavored Markdown table — perfect for README files, GitHub issues and documentation. The first row becomes the header, a separator row is added automatically, and pipe characters in your data are escaped. Everything runs in your browser.
Reverse it with Markdown Table to CSV, or build an HTML table instead.
Frequently asked questions
How do I make a Markdown table from CSV?
Paste your CSV and click generate; the tool outputs a Markdown table with a header and separator row.
Where can I use Markdown tables?
In README files, GitHub issues and pull requests, and any Markdown-based documentation or wiki.
What if my data contains a pipe character?
Literal pipes are escaped automatically so they do not break the table structure.
Can I convert a Markdown table back to CSV?
Yes, use the Markdown Table to CSV tool.