Skip to content

Allows to parse a markdown document and obtain a JSON hierarchical representation of it

License

Notifications You must be signed in to change notification settings

gufoscuro/md-to-jsontree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkDown to JSON tree

Usage

const mdToJson = require ('apif-doc')
mdToJson.parse (markdown).then (function (json) {
    // use JSON somehow ...
})

About

Allows to parse a markdown document and obtain a JSON hierarchical representation of it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published