diff options
author | Yves Delley | 2014-09-12 22:49:13 +0200 |
---|---|---|
committer | Yves Delley | 2014-09-12 22:49:13 +0200 |
commit | 9bc5b81292619ef06e9a582a7607b7e0601d7c17 (patch) | |
tree | cc4220eacd9e47cb42cdd237a4fa27038103294c /plugin/markdown/example.html | |
parent | 2bc36f2dfe04746d5a10c48531b38c64415d43aa (diff) | |
parent | 80c375fae85d5b1edc2656641e03942739daa28b (diff) |
merged dev branch
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r-- | plugin/markdown/example.html | 4 |
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 |