Skip to content

Commit

Permalink
fix unclosed code block
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel authored Jan 10, 2017
1 parent fb8414f commit 568c751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand All @@ -172,6 +172,7 @@ Reveal.initialize({
smartypants: true
}
});
```

### Configuration

Expand Down

0 comments on commit 568c751

Please sign in to comment.