-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
Description
Is it possible to have multi tabs with the same title
We're writting an REST API docs with those tabs and need to document different REST responses for the same response code.
.. tabs::
.. code-tab:: json 400
{
"message": "Possible issue 1"
}
.. code-tab:: json 400
{
"message": "Possible issue 2"
}
Im aware i can name the tabs differently but it would be really useful if this plugin could handle such situation.