Using tab blocks
The asciidoctor/tabs extension is installed, so you can use tab blocks.
An example can be found in the stackablectl installation instructions.
| Be sure to use different block indicators nested admonition blocks so that they don’t conflict with the tab blocks. |
Syntax example
[tabs]
====
Tab A:: Contents of Tab A.
Tab B::
+
Contents of Tab B.
Tab C::
+
--
Contents of Tab C.
Contains more than one block.
--
====
Was this page helpful?