markdown-it-chain
markdown-it-chain copied to clipboard
A chaining API like webpack-chain but for markdown-it.
## The devDependency [markdown-it](https://github.com/markdown-it/markdown-it) was updated from `9.0.1` to `9.1.0`. 🚨 [View failing branch](https://github.com/ulivz/markdown-it-chain/compare/master...ulivz:greenkeeper%2Fmarkdown-it-9.1.0). This version is **covered** by your **current version range** and after updating it in your project...
```js 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`.