ast-to-markdown

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ast-to-markdown

Weekly Downloads

2,238

Version

1.0.0

License

MIT

Unpacked Size

3.03 kB

Total Files

4

Last publish

Collaborators

  • demsking