Markdown Table Generator

Convert CSV or data to Markdown table.

Developer

Paste CSV (with optional delimiter) or type rows to generate a Markdown table. Copy the result into README or docs. Runs in your browser.

About Markdown Table Generator

This tool turns CSV or tab-separated data into a Markdown table. The first row becomes the header; the separator row (|---|---|) is added automatically. Handy for README files and documentation.

How to use

  1. Paste CSV (or data with your delimiter). First row = header.
  2. Set the delimiter if not comma. Click Generate Markdown table.
  3. Copy the result into your Markdown file.

Frequently Asked Questions

Can I paste CSV?
Yes. Paste CSV in the first box and choose a delimiter. The first row is used as the header. The tool converts it to a Markdown table.
Is my data sent to a server?
No. Conversion runs in your browser. Your content never leaves your device.
How do I format cells with pipes?
If a cell contains a pipe character (|), the tool escapes it so the table still renders. You can also wrap content in backticks.