diff options
author | Hakim El Hattab | 2012-10-08 10:17:39 -0300 |
---|---|---|
committer | Hakim El Hattab | 2012-10-08 10:17:39 -0300 |
commit | 5d7d3e83c5cdf511947b2a6cf48fa3a84d3c01b9 (patch) | |
tree | a43838f70e1800ed4d6a526c58b8694e8f725278 /README.md | |
parent | 25efef8c4f1275db62925ed18bab7282a5b767b2 (diff) |
update re markdown
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |