markup icon indicating copy to clipboard operation
markup copied to clipboard

rst `tabs`, `group-tab`, `code-tab` directives are not properly rendered on github

Open wiseaidev opened this issue 3 years ago • 0 comments

example

.. tabs::

   .. tab:: Cats

      Cats are beautiful lovely animals.

   .. tab:: Dogs

      Dogs are so energetic.

It will not render properly using an rst file, but rather it displays the raw text.

wiseaidev avatar Feb 24 '22 17:02 wiseaidev