1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-08 07:36:39 +02:00

readme correction for #734

This commit is contained in:
Hakim El Hattab
2013-12-02 12:20:29 +01:00
parent 65bd155c34
commit bc62963c8f

View File

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