aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-01-10 14:43:47 +0100
committerGitHub <noreply@github.com>2017-01-10 14:43:47 +0100
commit568c7516f7ff7da7824db033946619d2c7ad761f (patch)
tree62d4537c35dc4120c8eec398afa38402a9d00dd3 /README.md
parentfb8414f4cb092a9f675e783b29b651a03a7858f4 (diff)
downloadfosdem-2018-presentation-568c7516f7ff7da7824db033946619d2c7ad761f.tar
fosdem-2018-presentation-568c7516f7ff7da7824db033946619d2c7ad761f.tar.gz
fix unclosed code block
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd38a99..8878842 100644
--- a/README.md
+++ b/README.md
@@ -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