summaryrefslogtreecommitdiffhomepage
path: root/plugin/markdown/example.html
diff options
context:
space:
mode:
authorHakim El Hattab2013-08-20 20:14:22 -0700
committerHakim El Hattab2013-08-20 20:14:22 -0700
commit4164200474e2af27803dc7683054f5443743c8a9 (patch)
tree40dbf6bcb8ef828c060cd39adff0589e6d7822c9 /plugin/markdown/example.html
parentcb26ff62112df74beb6ade2b4d3721d965f09c5d (diff)
parent2da7c3eacfcd7cc59d9cdee97087b0e2feca625e (diff)
Merge pull request #567 from hakimel/dev
2.5.0
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r--plugin/markdown/example.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html
index 1253cba..0b07aa5 100644
--- a/plugin/markdown/example.html
+++ b/plugin/markdown/example.html
@@ -16,7 +16,7 @@
<div class="slides">
- <!-- Use external markdown resource, and separate slides by three newlines; vertical slides by two newlines -->
+ <!-- Use external markdown resource, separate slides by three newlines; vertical slides by two newlines -->
<section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n"></section>
<!-- Slides are separated by three dashes (quick 'n dirty regular expression) -->
@@ -87,7 +87,8 @@
dependencies: [
{ src: '../../lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
- { src: 'markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }
+ { src: 'markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+ { src: '../notes/notes.js' }
]
});