Skip to content

Multi tabs with the same title #12

@aszmyd

Description

@aszmyd

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions