md2json is a deno cli tool to convert markdown to json
built on https://github.com/ajithr/md-2-json
to see help:
deno run --allow-net --allow-read --allow-write 'https://deno.land/x/md2json/cli.ts' --help
example:
deno run --allow-net --allow-read --allow-write 'https://deno.land/x/md2json/cli.ts' README.md
Requires deno
deno install -n md2json --allow-read --allow-write https://deno.land/x/md2json@v0.0.1/cli.ts
Copyright 2023 denobytes.
See LICENCE file to get more infomation.