change markdown code sample syntax

master
Hakim El Hattab 2013-05-04 16:07:49 -04:00
parent cb7a9c963d
commit 4d89687fde
1 changed files with 7 additions and 5 deletions

View File

@ -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
```
<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>
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>