diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-10-04 09:04:35 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-10-04 09:04:35 +0200 |
commit | 6729b9ba76131cdb7a8d9b5eca4b521cc20138ac (patch) | |
tree | b188f7623a797d72d30942a4841f667622ab31a6 | |
parent | 76c587b7e36e5a4a35ab8fd38d05f81c83a7ea43 (diff) | |
parent | 131c00689a4c7a18e5c991fc8102347e4594b5d4 (diff) | |
download | fosdem-2018-presentation-6729b9ba76131cdb7a8d9b5eca4b521cc20138ac.tar fosdem-2018-presentation-6729b9ba76131cdb7a8d9b5eca4b521cc20138ac.tar.gz |
Merge branch 'master' of github.com:hakimel/reveal.js
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ Special syntax (in html comment) is available for adding attributes to the slide <section data-markdown> <script type="text/template"> <!-- .slide: data-background="#ff0000" --> - Mardown content + Markdown content </script> </section> ``` |