diff --git a/CHANGELOG.md b/CHANGELOG.md index a899736..ec026b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog --------- +### 3.0.0 +- Update dependencies + - **Breaking** marked@4.0.0 (@hpohlmeyer) [Changelog](https://github.com/markedjs/marked/releases/tag/0.4.0) + - use webpack 4.x for tests + - update example to use npm version of `markdown-loader` + ### 2.0.2 - Update dependencies - marked@0.3.9 (@xuopled) diff --git a/README.md b/README.md index 9153066..2c21f6f 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ markdown-loader for webpack using [marked](https://github.com/chjj/marked). `npm install markdown-loader` +## [Changelog](CHANGELOG.md) + ## Usage Since marked's output is HTML, it's best served in conjunction with the [html-loader](https://github.com/webpack/html-loader). -### Webpack 2 +### Webpack 2+ ```javascript { @@ -41,8 +43,8 @@ Since marked's output is HTML, it's best served in conjunction with the [html-lo ### Options -Simply pass your marked [options](https://marked.js.org/#/USING_ADVANCED.md#options) as shown above. -In order to specify [custom renderers](https://github.com/peerigon/markdown-loader/issues/5), simply set the `options.renderer`-option on your webpack options. +Pass your marked [options](https://marked.js.org/#/USING_ADVANCED.md#options) as shown above. +In order to specify [custom renderers](https://github.com/peerigon/markdown-loader/issues/5), set the `options.renderer`-option in your webpack config. ```javascript // webpack.config.js