aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-08 09:15:36 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-08 09:15:36 -0400
commit25efef8c4f1275db62925ed18bab7282a5b767b2 (patch)
treeec8fcf715ddef526d62f6dc8e412da09102bf7d3 /index.html
parentf22e5f85e8284aaca724c372e8f9efdfd9b11943 (diff)
downloadfreenode-live-2017-presentation-25efef8c4f1275db62925ed18bab7282a5b767b2.tar
freenode-live-2017-presentation-25efef8c4f1275db62925ed18bab7282a5b767b2.tar.gz
wrap markdown in script text/template to fix parsing errors (closes #146 #155 #162)
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/index.html b/index.html
index b5625c9..ce10815 100644
--- a/index.html
+++ b/index.html
@@ -36,6 +36,7 @@
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
+
<section>
<h1>Reveal.js</h1>
<h3>HTML Presentations Made Easy</h3>
@@ -129,17 +130,18 @@
</section>
<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).
+ <script type="text/template">
+ ## 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).
- <pre><code contenteditable style="margin-top: 20px;">&lt;section data-markdown&gt;
- ## Markdown support
+ <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).
-&lt;/section&gt;
- </code></pre>
+ 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).
+ </section>
+ </script>
</section>
<section>
@@ -314,6 +316,7 @@ function linkify( selector ) {
<h1>THE END</h1>
<h3>BY Hakim El Hattab / hakim.se</h3>
</section>
+
</div>
</div>