Example input/output
Input: Columns: Name, Age, Role / Rows: Ada, 30, Admin
Output: | Name | Age | Role |\n|------|-----|-------|\n| Ada | 30 | Admin |
How it works
This tool takes your column and row definitions and constructs the Markdown pipe table syntax with the correct separator row. Processing runs in your browser.
Common use cases
- Generate a Markdown table from CSV or pasted data
- Create documentation tables quickly without manually formatting pipes
- Convert structured data into a Markdown table for README files