Convert CSV and TSV files to markdown tables.
allmd csv <file> -o output.md
.csv
.tsv
# Convert a CSV to a markdown table allmd csv data.csv -o table.md # Convert a TSV file allmd csv spreadsheet.tsv -o spreadsheet.md