markdown-it-chain
markdown-it-chain copied to clipboard
plugins undefined error
const config = new Config();
config.options
.html(true)
.highlight(highlight)
.end()
Do not apply any plugins on markdown-it-chain.
And it will throw an error: cannot read property 'reduce' of undefined.