ast-to-markdown

v1.0.0
Transforms an Unist AST to a Markdown text
ast markdown md unist

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.

npm i ast-to-markdown

Metadata

  • MIT
  • Whatever
  • Sébastien Demanou
  • released 7/18/2020

Downloads

Maintainers