aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-09 00:06:44 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-09 00:06:44 -0400
commit7166e2d8cc4639d204927a7289fde8b79bd59410 (patch)
tree71c1d496065d428f2c2f0dbd94ef4ba5ce47a8ac
parent91e9457cefa4b1710f826994ac9f15278cbcd6dc (diff)
parent5d7d3e83c5cdf511947b2a6cf48fa3a84d3c01b9 (diff)
downloadfreenode-live-2017-presentation-7166e2d8cc4639d204927a7289fde8b79bd59410.tar
freenode-live-2017-presentation-7166e2d8cc4639d204927a7289fde8b79bd59410.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8511f90..5b1684e 100644
--- 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).