csvmd 0.3.0

Convert from CSV to a Markdown table
Documentation
1
2
3
4
5
6
7
8
---
source: tests/integration_tests.rs
expression: result
---
| Name | Age | City |
| --- | --- | --- |
| John | 25 | NYC |
| Jane | 30 | LA |