riptano / docs-ui

The UI and theme for DataStax Docs.
https://riptano.github.io/docs-ui/
Mozilla Public License 2.0
2 stars 0 forks source link

asciidoctor tab extension #25

Closed josuebran closed 11 months ago

josuebran commented 11 months ago

asciidoctor tab

An Asciidoctor extension that adds a tabs block to the AsciiDoc syntax. From integrate Asciidoctor Tabs

Usage

https://github.com/asciidoctor/asciidoctor-tabs

[tabs]
====
Tab A:: Contents of Tab A.

Tab B::
+
Contents of Tab B.

Tab C::
+
--
Contents of Tab C.

Contains more than one block.
--
====

Use [tabs.overflow] for overflow tab title

Use [tabs.wrapping] for wrapping tab title

datastax-tabset