Markdown table editor — visual editor, aligned output
Edit a table in a spreadsheet-style grid and get clean, column-aligned GitHub-flavoured Markdown out. Paste CSV or an existing Markdown table to start. It runs entirely in your browser (0 uploads, works offline).
How to use it
- Paste CSV or a Markdown table to load the grid — or start typing.
- Edit cells and add or remove rows and columns.
- Copy or Download the aligned Markdown table.
FAQ
How do I make a Markdown table without counting pipes, for free?
Type your data into the grid and this page writes the pipes, the separator row and the column padding for you, producing neatly aligned Markdown — on your device with no upload.
Can I convert a CSV into a Markdown table?
Yes. Paste the CSV and it loads into the grid; the output pane shows the equivalent aligned Markdown table, which you can copy straight into a README or issue.
Is my content uploaded anywhere?
No. Editing and formatting happen entirely in your browser and nothing is transmitted or stored, which you can verify by turning off your Wi-Fi.
Does it produce GitHub-flavoured Markdown?
Yes — the output uses the standard header row, a | --- | separator and padded cells, which render correctly on GitHub, GitLab and most Markdown viewers.
Limits
Outputs a standard left-aligned table; per-column alignment markers (:---:) are not generated.
Related
The CSV viewer/editor exports CSV instead; the HTML-to-Markdown tool converts rich content.
Bookmark this page (Ctrl+D, or ⌘D on Mac) or install the app — it works offline the next time you need it.