Convert CSV data into a Markdown table format
| Name | Age | Role | | --- | --- | --- | | Doe | 30 | Developer | | Smith | 25 | Designer |
Markdown tables are perfect for documentation, README files, and GitHub issues. This converter takes your CSV rows and generates a standard GFM (GitHub Flavored Markdown) compliant table. It assumes the first line of your input is the header row.