Skip to content

Commit

Permalink
Merge pull request #30 from alex-lit/patch-1
Browse files Browse the repository at this point in the history
Changed link to marked.js options documentation
  • Loading branch information
meaku authored Apr 19, 2018
2 parents 0ad4b4c + 015243f commit 1853cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Since marked's output is HTML, it's best served in conjunction with the [html-lo

### Options

Simply pass your marked [options](https://github.com/chjj/marked#options-1) as shown above.
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.

```javascript
Expand Down

0 comments on commit 1853cc1

Please sign in to comment.