diff options
author | Lele <xeldiosx@gmail.com> | 2018-08-16 14:34:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-16 14:34:46 +0200 |
commit | b0ebb7deedb1762ff4b50563e2f1db7d3f12f8a2 (patch) | |
tree | 8d5ca8292cdac0b3f78b83fe717e79f20ba1f591 /README.md | |
parent | 249f0139598b20d02263b81a76f1ff87f8e74225 (diff) | |
download | freenode-live-2017-presentation-b0ebb7deedb1762ff4b50563e2f1db7d3f12f8a2.tar freenode-live-2017-presentation-b0ebb7deedb1762ff4b50563e2f1db7d3f12f8a2.tar.gz |
Fixed broken link to markdown options doc
Fixed broken link to markdown options doc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ We use [marked](https://github.com/chjj/marked) to parse Markdown. To customise ```javascript Reveal.initialize({ // Options which are passed into marked - // See https://github.com/chjj/marked#options-1 + // See https://marked.js.org/#/USING_ADVANCED.md#options markdown: { smartypants: true } |