mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Added dropdown admonition in "Adding Admonitions" section for contributing
This commit is contained in:
parent
ae0509c028
commit
b7fc13ac89
1 changed files with 18 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue