You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/miscellaneous/admonitions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,18 +140,18 @@ This is a custom admonition using the generic directive.
140
140
141
141
These are built with the generic `admonition` directive plus a custom title and optional classes. Use `no-content` when you want an admonition with only a title row and no body text.
142
142
143
-
### Interactive page (warning + dropdown)
143
+
### Interactive page
144
144
145
145
````markdown
146
146
```{admonition} Interactive page
147
-
:class: warning, dropdown
148
-
This page contains interactive elements.
147
+
:class: interactive, dropdown
148
+
This page contains interactive elements. Press the launch button at the top right side in order to use them.
149
149
```
150
150
````
151
151
152
152
```{admonition} Interactive page
153
-
:class: warning, dropdown
154
-
This page contains interactive elements.
153
+
:class: interactive, dropdown
154
+
This page contains interactive elements. Press the launch button at the top right side in order to use them.
0 commit comments