fix unclosed code block
This commit is contained in:
parent
fb8414f4cb
commit
568c7516f7
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,7 @@ Special syntax (in html comment) is available for adding attributes to the slide
|
||||||
</section>
|
</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):
|
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
|
smartypants: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue