diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-31 23:47:09 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-31 23:47:09 -0400 |
commit | 0a440cee6c9a8e53aa0f95f8904bce5ff60dd6c5 (patch) | |
tree | b101e27692a4f513819bfc051ca18657006eda69 /index.html | |
parent | ff567372c09c5c6b2f527050bb9814179201bb5e (diff) | |
download | fosdem-2018-presentation-0a440cee6c9a8e53aa0f95f8904bce5ff60dd6c5.tar fosdem-2018-presentation-0a440cee6c9a8e53aa0f95f8904bce5ff60dd6c5.tar.gz |
modified data-markdown to support markdown indented with tabs
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -122,8 +122,8 @@ <section data-markdown> ## Markdown support - For those of you who like that sort of thing. Instructions and a bit more info - available [here](https://github.com/hakimel/reveal.js#markdown). + For those of you who like that sort of thing. + Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown). <pre><code contenteditable style="margin-top: 20px;"><section data-markdown> ## Markdown support @@ -326,6 +326,6 @@ function linkify( selector ) { hljs.initHighlightingOnLoad(); } ); </script> - + </body> </html>
\ No newline at end of file |