What is a Markdown Table?
Markdown tables use pipes (|) and hyphens (-) to create structured tabular data in plain text. They are widely supported in GitHub, GitLab, Notion, Reddit, and most documentation platforms.
How to Use This Generator
Start by editing the cells in the table above. Use the "+ Column" and "+ Row" buttons to expand the table. Set column alignment using the dropdown selectors. Click "Generate Markdown" to create the output, then copy it to your clipboard.
Markdown Table Syntax
Each row starts and ends with a pipe character. The second row contains the separator with hyphens. Use colons for alignment: left-aligned (:---), centered (:---:), or right-aligned (---:). This generator handles all the formatting for you.