diff --git a/content/contributing/documentation/rst_cheat_sheet.rst b/content/contributing/documentation/rst_cheat_sheet.rst index 20da7407c..dc50dc0c3 100644 --- a/content/contributing/documentation/rst_cheat_sheet.rst +++ b/content/contributing/documentation/rst_cheat_sheet.rst @@ -403,6 +403,25 @@ Render .. tip:: Use this admonition to inform the reader about a useful trick that requires an action. +.. _contributing/example: + +Example +------- + +RST +~~~ + +.. code-block:: rst + + .. example:: + Use this admonition to show an example. + +Render +~~~~~~ + +.. example:: + Use this admonition to show an example. + .. _contributing/exercise: Exercise @@ -414,7 +433,7 @@ RST .. code-block:: rst .. exercise:: - Use this admonition to suggest an exercise to the reader. + Use this admonition to suggest an exercise to the reader. Render ~~~~~~