fix unclosed code block

This commit is contained in:
Hakim El Hattab 2017-01-10 14:43:47 +01:00 committed by GitHub
parent fb8414f4cb
commit 568c7516f7
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,7 @@ Special syntax (in html comment) is available for adding attributes to the slide
</section>
```
#### Configuring `marked`
#### Configuring *marked*
We use [marked](https://github.com/chjj/marked) to parse Markdown. To customise marked's rendering, you can pass in options when [configuring Reveal](#configuration):
@ -172,6 +172,7 @@ Reveal.initialize({
smartypants: true
}
});
```
### Configuration