Developer
Markdown table generator
An editable grid → a ready-to-paste Markdown table.
- Instant
- Free
- Private (processed locally)
- No sign-up
Generate the table
Edit the grid, set per-column alignment, add rows/columns: the Markdown is written below, ready to copy.
Output example
| Markdown | Meaning |
|---|---|
| | Name | Score | | Headers |
| | :--- | ---: | | Left / Right |
| | Alice | 92 | | Data row |
“|” characters escaped. 100% local.
Frequently asked questions
How to align a column?
Pick left, center or right in the menu at the top of each column; the syntax (:---, :---:, ---:) is added automatically.
Do pipes in text cause issues?
No, “|” characters are escaped automatically in the output.
Where to paste the result?
In any .md file: GitHub/GitLab README, docs, notes, etc.