Added dropdown admonition in "Adding Admonitions" section for contributing

This commit is contained in:
fnieri 2024-10-15 23:24:58 +02:00
commit b7fc13ac89

View file

@ -85,4 +85,22 @@ Attention
.. attention::
A attention
Dropdown
~~~~~~~~~
.. code-block:: rest
.. admonition:: A dropdown
:class: dropdown
A dropdown
Make sure you leave a line between ":class:" and the text below, otherwise the dropdown won't render.
.. admonition:: A dropdown
:class: dropdown
A dropdown
You can find further information about Admonitions here: https://pradyunsg.me/furo/reference/admonitions/