1.0.0 • Published 4 years ago
Unist AST to Markdown
Transforms an Unist AST to a Markdown text
Install
npm install --save ast-to-markdown
Usage
const toMarkdown = require('ast-to-markdown')
const mdText = toMarkdown(tree)
console.log(mdText)
License
Under the MIT license. See LICENSE file for more details.