diff --git a/reveal.php b/reveal.php
index d957c86..8523875 100644
--- a/reveal.php
+++ b/reveal.php
@@ -18,6 +18,7 @@
Markup('section','fulltext','/\(:section:\)/e',"Keep('')");
Markup('sectionend','fulltext','/\(:sectionend:\)/e',"Keep('')");
+Markup('sectionextended','fulltext','/\(:sectionextended (.*?):\)/e',"Keep('')");
SDV($HandleActions['reveal'],'HandleRevealSlides');