diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-02-17 21:15:02 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-02-17 21:15:02 +0100 |
commit | 015468c3a2d1d4092f33920ac555a0e288e6213f (patch) | |
tree | 0d5a27aa5b885a6dd20f1d036e301485dac6f3df /test/test-markdown-element-attributes.html | |
parent | a22d00ab25b13b82d19890428f124b4ed3759f92 (diff) | |
download | fosdem-2018-presentation-015468c3a2d1d4092f33920ac555a0e288e6213f.tar fosdem-2018-presentation-015468c3a2d1d4092f33920ac555a0e288e6213f.tar.gz |
renamed markdown attributes for clarity and consistency: data-vertical -> data-separator-vertical, data-notes -> data-separator-notes
Diffstat (limited to 'test/test-markdown-element-attributes.html')
-rw-r--r-- | test/test-markdown-element-attributes.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test-markdown-element-attributes.html b/test/test-markdown-element-attributes.html index b638082..27b888c 100644 --- a/test/test-markdown-element-attributes.html +++ b/test/test-markdown-element-attributes.html @@ -19,10 +19,10 @@ <div class="slides"> - <!-- <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 newline + three dashes + newline, vertical slides identical but two dashes --> - <section data-markdown data-separator="^\n---\n$" data-vertical="^\n--\n$" data-element-attributes="{_\s*?([^}]+?)}">> + <section data-markdown data-separator="^\n---\n$" data-separator-vertical="^\n--\n$" data-element-attributes="{_\s*?([^}]+?)}">> <script type="text/template"> ## Slide 1.1 <!-- {_class="fragment fade-out" data-fragment-index="1"} --> @@ -75,8 +75,8 @@ <section data-markdown data-separator="^\n\n\n" - data-vertical="^\n\n" - data-notes="^Note:" + data-separator-vertical="^\n\n" + data-separator-notes="^Note:" data-charset="utf-8"> <script type="text/template"> # Test attributes in Markdown with default separator |