You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when using the regular HTML5 generator of asciidoctor, a collapsible block is generated in this way: <details> <summary class="title">Details</summary> … </details>
However, when using asciidoctor-reveal.js, this code is generated: <div class="exampleblock">…
Is it planned to support collapsible blocks in asciidoctor-reveal.js? And in fact, since it relies on the HTML5 generator of asciidoctor, why isn't it already enabled?
Thanks for reading me!
The text was updated successfully, but these errors were encountered:
Asciidoc provides a way to declare collapsible blocks, as written in the documentation:
https://docs.asciidoctor.org/asciidoc/latest/blocks/collapsible/
And when using the regular HTML5 generator of asciidoctor, a collapsible block is generated in this way:
<details> <summary class="title">Details</summary> … </details>
However, when using asciidoctor-reveal.js, this code is generated:
<div class="exampleblock">…
Is it planned to support collapsible blocks in asciidoctor-reveal.js? And in fact, since it relies on the HTML5 generator of asciidoctor, why isn't it already enabled?
Thanks for reading me!
The text was updated successfully, but these errors were encountered: