Browse Source

change markdown code sample syntax

Hakim El Hattab 11 years ago
parent
commit
4d89687fde
1 changed files with 8 additions and 6 deletions
  1. 8 6
      index.html

+ 8 - 6
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>