Convert a small feature table
Markdown tables are useful for README files, release notes, docs pages, and quick comparisons.
Input
Feature,Status,Owner
JSON Formatter,Live,Dev Tools
CSV Formatter,Live,Data Tools
Output
| Feature | Status | Owner |
| --- | --- | --- |
| JSON Formatter | Live | Dev Tools |
| CSV Formatter | Live | Data Tools |