0.0.0 • Published 7 years ago
markdownise v0.0.0
markdownise

WIP
Represent data structures in markdown
Examples:
Table
[
{a: 1, b: 2, c: 3},
{a: 2, b: 3, c: 4},
{a: 3, b: 4, c: 5},
]
| a | b | c
| - | - | -
| 1 | 2 | 3
| 2 | 3 | 4
| 3 | 4 | 5
0.0.0
7 years ago