aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-05-04 16:07:49 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-05-04 16:07:49 -0400
commit4d89687fdefcf58ea07c39015b300f9a0f43a222 (patch)
treec53baf7c77ad22ce668d52e80587146966edbfa5 /index.html
parentcb7a9c963de6de6951d7e7e4c27999595fb7df27 (diff)
downloadfreenode-live-2017-presentation-4d89687fdefcf58ea07c39015b300f9a0f43a222.tar
freenode-live-2017-presentation-4d89687fdefcf58ea07c39015b300f9a0f43a222.tar.gz
change markdown code sample syntax
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/index.html b/index.html
index 88fb73a..3670474 100644
--- a/index.html
+++ b/index.html
@@ -138,12 +138,14 @@
For those of you who like that sort of thing. Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
- <section data-markdown>
- ## Markdown support
-
- For those of you who like that sort of thing.
- Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
- </section>
+ ```
+ <section data-markdown>
+ ## Markdown support
+
+ For those of you who like that sort of thing.
+ Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
+ </section>
+ ```
</script>
</section>