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:
2017-02-06 17:48:27 +01:00
committed by GitHub
parent 39d706a4b7
commit b496126327

View File

@@ -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');