Merge pull request #2218 from eldios/patch-1

Fixed broken link to markdown options doc
This commit is contained in:
Hakim El Hattab 2018-08-17 09:57:54 +02:00 committed by GitHub
commit 4b1866b040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}