update re markdown
authorHakim El Hattab <hakim.elhattab@gmail.com>
Mon, 8 Oct 2012 13:17:39 +0000 (10:17 -0300)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Mon, 8 Oct 2012 13:17:39 +0000 (10:17 -0300)
README.md

index 8511f90a2903e716d7371705ca43162ad3951b71..5b1684e6b9d4a6992a0a365be8bc124b8267461c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Markup heirarchy needs to be ``<div class="reveal"> <div class="slides"> <sectio
 
 ### Markdown
 
-It's possible to write your slides using Markdown. To enable Markdown simply add the ```data-markdown``` attribute to your ```<section>``` elements and reveal.js will automatically load the JavaScript parser. Additionally, you should wrap the contents in a ```<script type="text/template">``` like the example below to avoid HTML parsing errors.
+It's possible to write your slides using Markdown. To enable Markdown, add the ```data-markdown``` attribute to your ```<section>``` elements and wrap the contents in a ```<script type="text/template">``` like the example below.
 
 This is based on [data-markdown](https://gist.github.com/1343518) from [Paul Irish](https://github.com/paulirish) which in turn uses [showdown](https://github.com/coreyti/showdown/). This is sensitive to indentation (avoid mixing tabs and spaces) and line breaks (avoid consecutive breaks).