From: Hakim El Hattab Date: Sat, 4 May 2013 20:07:49 +0000 (-0400) Subject: change markdown code sample syntax X-Git-Tag: 2.4.0~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4d89687fdefcf58ea07c39015b300f9a0f43a222;p=reveal.js.git change markdown code sample syntax --- 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). -
- ## 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). -
+ ``` +
+ ## 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). +
+ ```