Merge pull request #883 from seanfisk/fix-small-misspelling

fix small misspelling: Mardown -> Markdown
master
Hakim El Hattab 2014-04-26 09:07:56 +02:00
commit 131c00689a
1 changed files with 1 additions and 1 deletions

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