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

Fix small misspelling: Mardown -> Markdown

This commit is contained in:
Sean Fisk 2014-04-24 05:15:16 -04:00
parent 9da952fea3
commit ca7c33f07c

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