v2.0.0
- General cleanup with converting source to ES6
- Upgrade dependencies
Breaking Changes
Move to exposing the generator function to a named export rather than the default. Usage is now as follows:
const { toMarkdown } = require('marked-ast-markdown');