data/templates/example.html.slim in asciidoctor-html5s-0.3.0 vs data/templates/example.html.slim in asciidoctor-html5s-0.4.0
- old
+ new
@@ -1,3 +1,11 @@
-= block_with_caption :top, :class=>'example-block'
- .example
- =content
+- if option? :collapsible
+ details id=id class=role open=(option? :open)
+ - if title
+ summary
+ =title
+ .content
+ =content
+- else
+ = block_with_caption :top, :class=>'example-block'
+ .example
+ =content