Latest version

md2json

md2json is a deno cli tool to convert markdown to json

built on https://github.com/ajithr/md-2-json

usage

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

install

Requires deno

deno install -n md2json --allow-read --allow-write https://deno.land/x/md2json@v0.0.1/cli.ts

license

Copyright 2023 denobytes.
See LICENCE file to get more infomation.