adding sectionextended to support data-background
example (:sectionextended data-background='path/my_cool_background.jpg':) note the simple quotes ' as " require escaping
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
Markup('section','fulltext','/\(:section:\)/e',"Keep('<section>')");
|
||||
Markup('sectionend','fulltext','/\(:sectionend:\)/e',"Keep('</section>')");
|
||||
Markup('sectionextended','fulltext','/\(:sectionextended (.*?):\)/e',"Keep('<section $1>')");
|
||||
|
||||
SDV($HandleActions['reveal'],'HandleRevealSlides');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user