diff --git a/docs/reference/cheatsheet.md b/docs/reference/cheatsheet.md
index 72d8df1054512595e1bfd3881da2e0792ad2ddb0..a9cafbe5e9b03504450fc9db9d0c667a1f03b514 100644
--- a/docs/reference/cheatsheet.md
+++ b/docs/reference/cheatsheet.md
@@ -560,6 +560,22 @@ must also include a table title. See example above.
   - ```{important} This is an example
     of an important directive.
     ```
+* - ````md
+    ```{admonition} Title
+    :class: warning
+    text
+    ```
+    ````
+  - ````md
+    ```{admonition} This is a title
+    :class: warning
+    An example of an admonition with a title and a warning style.
+    ```
+    ````
+  - ```{admonition} This is a title
+    :class: warning
+    An example of an admonition with a title and a warning style.
+    ```
 ``````
 
 ## Figures and images