An open API service indexing awesome lists of open source software.

https://github.com/mre/csvtable

A CSV to Markdown converter
https://github.com/mre/csvtable

csv markdown table

Last synced: about 1 year ago
JSON representation

A CSV to Markdown converter

Awesome Lists containing this project

README

          

CSVTable
========

This creates a Markdown table out of CSV input.

## Input

First Header,Second Header
Cell,Content Cell
Content Cell,Another one

## Output

First Header|Second Header
------------|-------------
Cell |Content Cell
Content Cell|Another one