Markdown Table Generator
Build a markdown table by editing cells, copy the output.
| Name | Role | Joined | | :--- | :--- | :--- | | Alex | Engineer | 2022 | | Sam | Designer | 2023 |
Output works on GitHub, GitLab, Bitbucket, and most static site generators. Use a colon in the divider row to set column alignment.
About
Add columns, add rows, type into cells, set alignment per column. The tool generates the markdown source you can paste into GitHub, GitLab, Obsidian, or any markdown-friendly editor.
How to use
- Edit headers and cells.
- Set column alignment.
- Copy the markdown.
FAQ
Why not just write the markdown by hand?+
You can. The pipes and dashes get fiddly with more than 3 columns, especially when you want different alignments. This is faster.