Markdown Table
GitHub Markdown table from CSV data
Format TextExamples
Convert a team roster CSV to a Markdown table for a wiki
Usage
"Name,Role,Team
Alice,Engineer,Platform
Bob,Designer,Product
..." | csv-to-md-table Format product CSV as a Markdown table for GitHub README
Usage
"Product,Price,Stock
Widget,$9.99,150
Gadget,$24.99,42
Gizmo,..." | csv-to-md-table Create a Markdown event schedule from a CSV calendar export
Usage
"Date,Event,Location
2024-03-01,Kickoff,NYC
2024-03-15,Review..." | csv-to-md-table