diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-05-04 16:07:49 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-05-04 16:07:49 -0400 |
commit | 4d89687fdefcf58ea07c39015b300f9a0f43a222 (patch) | |
tree | c53baf7c77ad22ce668d52e80587146966edbfa5 /index.html | |
parent | cb7a9c963de6de6951d7e7e4c27999595fb7df27 (diff) | |
download | fosdem-2018-presentation-4d89687fdefcf58ea07c39015b300f9a0f43a222.tar fosdem-2018-presentation-4d89687fdefcf58ea07c39015b300f9a0f43a222.tar.gz |
change markdown code sample syntax
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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> |