Markdown Table Editor
Create and edit Markdown tables visually. Add rows, columns, set alignment, and copy the result instantly.
Your data is processed locally in your browser. Nothing is uploaded to any server.
| Name | Type | Required |
| :--- | :--- | :---: |
| id | string | yes |
| title | string | no |
| createdAt | Date | yes |
How to Use
- 1Click any cell to edit it directly.
- 2Use the header row to set column names.
- 3Click the alignment icons below each column header to set left, center, or right alignment.
- 4Add or remove rows and columns with the buttons below the table.
- 5The Markdown output on the right updates in real time.
- 6Click "Copy Markdown" to copy the result to your clipboard.
Frequently Asked Questions
Does it save my work?
Yes, your table is automatically saved to localStorage and will be restored when you return.
What alignment formats are supported?
Left (:---), Center (:---:), and Right (---:) — all standard GFM alignments.
Can I export the table?
Yes, click "Download .md" to save the Markdown file, or "Copy Markdown" to copy to clipboard.