Markdown to JsonML Parse markdown to JsonML, work on NodeJS and Browser. Features Support HTML tags Support reference Installation npm install md2jsonml Usage const md2jsonml = require('md2jsonml'); const jsonml = md2jsonml('## Markdown content') Examples see test