Skip to content

Commit e830cba

Browse files
72757373656c6cRussellchrisjsewell
authored
📚 DOCS: Fix admonition example (#904)
Co-authored-by: Russell <N9TIP3pXBdSpBL8BUTtS@gmail.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
1 parent 10c2003 commit e830cba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/syntax/admonitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ The following core admonition types are available:
2323

2424
These admonitions take no argument, but may be specified with options:
2525

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).
2727
:name: A reference target for the admonition (see [cross-referencing](#syntax/referencing)).
2828

2929
::::{myst-example}
3030

3131
:::{tip}
32-
:class: myclass1,myclass2
32+
:class: myclass1 myclass2
3333
:name: a-tip-reference
3434
Let's give readers a helpful hint!
3535
:::

0 commit comments

Comments
 (0)