1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-12 09:35:14 +02:00

Fixed broken link to markdown options doc

Fixed broken link to markdown options doc
This commit is contained in:
Lele
2018-08-16 14:34:46 +02:00
committed by GitHub
parent 249f013959
commit b0ebb7deed

View File

@@ -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
}