Liveformattingshipped v1.0.0
Markdown Table Generator
Create markdown tables without fighting with pipes and dashes. Paste CSV/TSV data or use the visual grid editor to build tables. Set column alignment (left, center, right). Copy the formatted markdown output. Also converts existing markdown tables back to editable format.
markdowntablecsvdocumentationformatting
delimiter:
Column alignment
col 1
col 2
col 3
markdown
| name | role | years | | :---- | :---------------- | :---- | | Eko | security engineer | 3 | | Alice | designer | 5 | | Bob | product | 8 |
preview
| name | role | years |
|---|---|---|
| Eko | security engineer | 3 |
| Alice | designer | 5 |
| Bob | product | 8 |
🔒 Client-side. First row is treated as headers.