diff options
author | Hakim El Hattab | 2015-01-09 18:22:30 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-01-09 18:22:30 +0100 |
commit | 20d858deb888fe0ec0ba92a919c8a0526ac52a2e (patch) | |
tree | 9a953291ea1716afae558100907c81a3ec745d03 /plugin/markdown/example.html | |
parent | 57977e29239a1115ddfd673fc24f86080203f6d7 (diff) | |
parent | 3a8fc9b2742756be2274c8c74f77dbed84407d92 (diff) |
Merge pull request #1093 from hakimel/dev
3.0.0
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 |