📊

Markdown Table Generator

Generate Markdown tables from CSV data or manual input

CSV Data

First row = headers. Columns separated by commas, one row per line.

Column Alignment

Name
Age
City
Occupation

Markdown Output

HTML Preview

Generate a table to see the HTML preview here.

💡 Tips

  • • CSV mode: first row becomes the table header
  • • JSON mode: object keys become column headers
  • • Wrap cells with commas in double quotes: "value, with comma"
  • • Set alignment per column before generating
  • • Copy the output and paste it in any Markdown editor
  • • Works with GitHub, GitLab, Notion, Obsidian and more