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

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Chris Lawrence 2014-06-22 22:35:53 -04:00
commit 09de278be0

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