Create Markdown tables visually with an interactive editor. Set column alignment, add or remove rows and columns, import CSV data, and copy the generated Markdown -- all in your browser.
Edit table cells directly in a visual grid. Click any cell to type. Changes are reflected instantly in the generated Markdown output and rendered preview.
Set left, center, or right alignment for each column using the alignment buttons in the header row. The correct colon syntax is generated automatically.
Paste comma-separated data to populate the table instantly. The tool parses CSV and creates rows and columns automatically.
Copy the generated Markdown table to your clipboard with a single click. Paste it into GitHub, GitLab, Notion, or any Markdown-supported platform.
Markdown tables are a simple way to display tabular data in plain text documents. They are widely supported by GitHub, GitLab, Bitbucket, Notion, Obsidian, Jekyll, Hugo, and most Markdown processors. The syntax uses pipe characters (|) to separate columns and hyphens (-) to create the header separator.
A basic Markdown table consists of a header row, a separator row, and one or more data rows. Column alignment is controlled with colons in the separator row:
| Left | Center | Right |
| :------- | :------: | -------: |
| data | data | data |
| more | more | more |
Check out our other free tools. Preview Markdown, format JSON, convert CSV, and more -- all from your browser.
Markdown Preview →