diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-03-04 14:47:01 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-03-04 14:47:01 +0100 |
commit | 0eb2d81f351478b0625cb61838dc36baf2170aec (patch) | |
tree | 39ca91962550edb5aa8ecacc1fa7575a52b6eec7 | |
parent | acc40095d552039b45660279c9c9ede9bbd856c9 (diff) | |
parent | c6b6ae43975a0f295faed15c3a25d39b1dcd285a (diff) | |
download | perl-software-in-gnu-guix-0eb2d81f351478b0625cb61838dc36baf2170aec.tar perl-software-in-gnu-guix-0eb2d81f351478b0625cb61838dc36baf2170aec.tar.gz |
Merge branch 'master' of github.com:hakimel/reveal.js into dev
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ The presentation markup hierarchy needs to be `.reveal > .slides > section` wher 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) modified to use [marked](https://github.com/chjj/marked) to support [Github Flavoured Markdown](https://help.github.com/articles/github-flavored-markdown). 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) modified to use [marked](https://github.com/chjj/marked) to support [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown). Sensitive to indentation (avoid mixing tabs and spaces) and line breaks (avoid consecutive breaks). ```html <section data-markdown> |