diff options
author | Hakim El Hattab | 2013-02-27 15:05:56 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-02-27 15:05:56 -0500 |
commit | 7cc0c8787d9f07efff0bc49ac655d19c6eebd8b6 (patch) | |
tree | cc68e3726ce8b42a4c1fd20baa4e8c2d5036a906 /README.md | |
parent | f9f17be01473bd80e8f1b6431c6070c4005e1164 (diff) |
add note about external markdown in readme (#329)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,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, 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). +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/). Sensitive to indentation (avoid mixing tabs and spaces) and line breaks (avoid consecutive breaks). ```html <section data-markdown> |