You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-9
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,19 @@
2
2
> mdtable2json is a TypeScript library and CLI tool that allows you to transpile tables in your markdown file to minified JSON. With mdtable2json, you can easily convert your markdown table data into a structured JSON format.
3
3
4
4
## Features
5
+
- ESModule support
5
6
- Convert markdown tables to JSON
6
7
- Command-line interface (CLI) tool for easy conversion
7
8
- Multiple knobs available for customizing the conversion process. Don't need to minify? No problem! Prefer Array of Structures (AoS) over Structure of Arrays (SoA)? We got you covered!
0 commit comments