npm.io
1.0.0 • Published 6 years ago

ast-to-markdown

Licence
MIT
Version
1.0.0
Deps
0
Size
3 kB
Vulns
0
Weekly
0

Unist AST to Markdown

Transforms an Unist AST to a Markdown text

npm Build status Test coverage

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.

Keywords