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

A chaining API like webpack-chain but for markdown-it.

Results 13 markdown-it-chain issues
Sort by recently updated
recently updated
newest added

## 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...

bug
greenkeeper

```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`.