aboutsummaryrefslogtreecommitdiff
path: root/plugin/markdown/example.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 21:15:02 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 21:15:02 +0100
commit015468c3a2d1d4092f33920ac555a0e288e6213f (patch)
tree0d5a27aa5b885a6dd20f1d036e301485dac6f3df /plugin/markdown/example.html
parenta22d00ab25b13b82d19890428f124b4ed3759f92 (diff)
downloadfreenode-live-2017-presentation-015468c3a2d1d4092f33920ac555a0e288e6213f.tar
freenode-live-2017-presentation-015468c3a2d1d4092f33920ac555a0e288e6213f.tar.gz
renamed markdown attributes for clarity and consistency: data-vertical -> data-separator-vertical, data-notes -> data-separator-notes
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r--plugin/markdown/example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html
index 909639f..364e866 100644
--- a/plugin/markdown/example.html
+++ b/plugin/markdown/example.html
@@ -19,7 +19,7 @@
<div class="slides">
<!-- 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>
+ <section data-markdown="example.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<!-- Slides are separated by three dashes (quick 'n dirty regular expression) -->
<section data-markdown data-separator="---">
@@ -36,7 +36,7 @@
</section>
<!-- Slides are separated by newline + three dashes + newline, vertical slides identical but two dashes -->
- <section data-markdown data-separator="^\n---\n$" data-vertical="^\n--\n$">
+ <section data-markdown data-separator="^\n---\n$" data-separator-vertical="^\n--\n$">
<script type="text/template">
## Demo 2
Slide 1.1