Markdown table syntax is annoying. The pipes, the dashes, the alignment colons — who remembers this?
I built a visual editor that generates the Markdown for you.
How it works
- Click + Row / + Col to set table size
- Type into cells (headers auto-bold)
- Set alignment per column (left, center, right)
- Copy the generated Markdown
- Live preview shows the rendered table
Example output
| Name | Role | Status |
| --- | :---: | ---: |
| Alice | Admin | Active |
| Bob | User | Inactive |
Renders as a proper table in GitHub, GitLab, Notion, or any Markdown renderer.
Perfect for README files, documentation, GitHub issues, and PRs.
More Markdown tools:
Full toolkit: devtools-site-delta.vercel.app
Top comments (0)