convertmd2json

This librairy convert markdown file to json

Usage no npm install needed!

<script type="module">
  import convertmd2json from 'https://cdn.skypack.dev/convertmd2json';
</script>

README

convertMd2Json

This librairy convert markdown file to json

How to install it

Run npm i convertmd2json

How to use it

import { convertMd2Json } from 'convertmd2json';
...
convertMd2Json(markdownText);