diff options
author | VonC | 2013-10-29 14:29:01 +0100 |
---|---|---|
committer | VonC | 2013-11-04 16:31:54 +0100 |
commit | 1774de2113aacb7fc2f0b0537d691c940c17caf5 (patch) | |
tree | 16c7590259e62924b94e94b7ac8c9a6f147f4c18 /test/test-markdown-attributes.html | |
parent | 2cdd1afe85d027089bdb30689536e8743d7bb4ba (diff) |
Add unit test for default slide attributes separator pattern.
Diffstat (limited to 'test/test-markdown-attributes.html')
-rw-r--r-- | test/test-markdown-attributes.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/test-markdown-attributes.html b/test/test-markdown-attributes.html index ed49ad4..262c6ae 100644 --- a/test/test-markdown-attributes.html +++ b/test/test-markdown-attributes.html @@ -55,6 +55,38 @@ </script> </section> + <section data-markdown data-separator="^\n\n\n" + data-vertical="^\n\n" + data-notes="^Note:" + data-charset="utf-8"> + <script type="text/template"> + # Test attributes in Markdown with default separator + ## Slide 1 Def + + + + ## Slide 2 Def + <!-- slide-attributes: id="slide2def" data-transition="concave" data-background="#A7C66B" --> + + + ## Slide 2.1 Def + <!-- slide-attributes: data-background="#f70000" data-transition="page" --> + + + ## Slide 2.2 Def + [Link to Slide2](#/slide2def) + + + + ## Slide 3 Def + <!-- slide-attributes: data-transition="concave" data-background="#C7916B" --> + + + + ## Slide 4 + </script> + </section> + </div> </div> |