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);
This librairy convert markdown file to json
<script type="module">
import convertmd2json from 'https://cdn.skypack.dev/convertmd2json';
</script>
This librairy convert markdown file to json
Run npm i convertmd2json
import { convertMd2Json } from 'convertmd2json';
...
convertMd2Json(markdownText);