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: docs/syntax/admonitions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ The following core admonition types are available:
23
23
24
24
These admonitions take no argument, but may be specified with options:
25
25
26
-
:class: A space-separated list of CSS classes to add to the admonition.
26
+
:class: A space-separated list of CSS classes to add to the admonition, conforming to the [identifier normalization rules](https://docutils.sourceforge.io/docs/ref/rst/directives.html#identifier-normalization).
27
27
:name: A reference target for the admonition (see [cross-referencing](#syntax/referencing)).
0 commit comments