Markdown Table Generator
Fill in a grid and get a clean Markdown table you can paste anywhere.
Markdown
| Name | Role | Location | | :--- | :--- | :--- | | Alice | Engineer | NYC | | Bob | Designer | LA |
Writing tables in Markdown
Markdown tables use pipes (|) to separate columns and a divider row of dashes under the header. Colons in that divider set column alignment: :--- left, :---: center, and ---: right. This generator handles the spacing and escapes any literal pipes in your text, so the output works in GitHub, GitLab, and most Markdown renderers. Everything stays in your browser.
Related: the CSV to Markdown table converter, Markdown to text, and the Markdown previewer.
Related Developer Utilities tools
RegExp Tester
Test regular expressions and inspect matches locally.
Subnet Calculator
Compute CIDR subnets, usable hosts, and network ranges.
Cron Parser
Translate cron syntax into plain English.
URL Parser
Break a URL into protocol, host, path, and query parts.
HTML Previewer
Paste HTML and see it rendered live in a safe, sandboxed preview.
HTTP Status Code Reference
Search and look up every HTTP status code and its meaning.
MIME Type Lookup
Find the MIME type for a file extension, or the extensions for a MIME type.
ASCII Table
Full ASCII table with decimal, hex, octal, and binary values for every character.