From d098385103f40dad555e21b1d00b8b9e1fd964d7 Mon Sep 17 00:00:00 2001
From: VonC <vonc@laposte.net>
Date: Mon, 28 Oct 2013 14:46:33 +0100
Subject: [PATCH] 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.
---
 test/test-element-attributes-markdown.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"}
 
-- 
GitLab