neo4j-documentation / asciidoctor-jupyter

A Jupyter converter for Asciidoctor.js. Write your Notebook in AsciiDoc!
16 stars 1 forks source link

add support for collapsible blocks #5

Open prudhomm opened 1 year ago

prudhomm commented 1 year ago

jupyter support collapsible cells, could we support asciidoc collapsible blocks ?

[%collapsible]
====
This content is only revealed when the user clicks the block title.
====
ggrossetie commented 1 year ago

Sounds reasonable. Do you know the syntax used by Jupyter to create a collapsible block?