markdown-it-chain icon indicating copy to clipboard operation
markdown-it-chain copied to clipboard

plugins undefined error

Open stickmy opened this issue 7 years ago • 0 comments

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.

stickmy avatar Dec 26 '18 18:12 stickmy