diff options
author | VonC <vonc@laposte.net> | 2013-10-28 14:46:33 +0100 |
---|---|---|
committer | VonC <vonc@laposte.net> | 2013-11-04 16:31:40 +0100 |
commit | d098385103f40dad555e21b1d00b8b9e1fd964d7 (patch) | |
tree | 1d130d340a5607403a4b4d41b1f8e163c7cf4838 | |
parent | 4def7f116c932b9e713545fcde3054d293647dc9 (diff) | |
download | fosdem-2018-presentation-d098385103f40dad555e21b1d00b8b9e1fd964d7.tar fosdem-2018-presentation-d098385103f40dad555e21b1d00b8b9e1fd964d7.tar.gz |
Restore proper pattern for attributes in elements.
It is important that test/test-element-attributes-markdown.html do test
the ability for the user to define its own pattern.
-rw-r--r-- | test/test-element-attributes-markdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-element-attributes-markdown.html b/test/test-element-attributes-markdown.html index b7ab054..0853801 100644 --- a/test/test-element-attributes-markdown.html +++ b/test/test-element-attributes-markdown.html @@ -22,7 +22,7 @@ <!-- <section data-markdown="example.md" data-separator="^\n\n\n" data-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$"> + <section data-markdown data-separator="^\n---\n$" data-vertical="^\n--\n$" data-element-attributes="{_\s*?([^}]+?)}">> <script type="text/template"> ## Slide 1.1 {_class="fragment fade-out" data-fragment-index="1"} |