Skip to content

mre/CSVTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

A CSV to Markdown converter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages