1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-04-20 20:42:02 +02:00

Merge branch 'master' of github.com:hakimel/reveal.js

This commit is contained in:
Hakim El Hattab 2014-10-04 09:04:35 +02:00
commit 6729b9ba76

View File

@ -86,7 +86,7 @@ Special syntax (in html comment) is available for adding attributes to the slide
<section data-markdown>
<script type="text/template">
<!-- .slide: data-background="#ff0000" -->
Mardown content
Markdown content
</script>
</section>
```