diff options
author | Hakim El Hattab | 2012-07-31 23:47:09 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-31 23:47:09 -0400 |
commit | 0a440cee6c9a8e53aa0f95f8904bce5ff60dd6c5 (patch) | |
tree | b101e27692a4f513819bfc051ca18657006eda69 /README.md | |
parent | ff567372c09c5c6b2f527050bb9814179201bb5e (diff) |
modified data-markdown to support markdown indented with tabs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Markup heirarchy needs to be ``<div class="reveal"> <div class="slides"> <sectio 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. -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/). Syntax support seems limited judging by my initial tests, this may be due to conflicts with the reveal.js styles. Updates to come. +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). Updates to come. ```html <section data-markdown> |