@@ -365,12 +365,21 @@ They can be defined using the following `!!!` syntax:
365
365
This warning admonition has a custom title: `"Beware!"`.
366
366
```
367
367
368
- The type of the admonition can be any word, but some types produce special styling,
369
- namely (in order of decreasing severity): ` danger ` , ` warning ` , ` info ` / ` note ` , and ` tip ` .
368
+ The type of the admonition can be any word made up of only lowercase Latin characters (a-z) , but some types produce special styling,
369
+ namely (in order of decreasing severity): ` danger ` , ` warning ` , ` info ` , ` note ` , and ` tip ` .
370
370
371
371
A custom title for the box can be provided as a string (in double quotes) after the admonition type.
372
- If no title text is specified after the admonition type, then the title used will be the type of the block,
373
- i.e. ` "Note" ` in the case of the ` note ` admonition.
372
+ For that standard types (` danger ` , ` warning ` ... etc_ , if no title text is specified after the
373
+ admonition type, then the type title used will be the type of the block.
374
+ E.g. ` "Note" ` in the case of the ` note ` admonition.
375
+
376
+ If you would like to define your own block, for example a ` terminology ` block
377
+ used like so:
378
+ ```
379
+ !!! terminology "julia vs Julia"
380
+ Strictly speaking, Julia refers to the language,
381
+ and julia the standard implementation.
382
+ ```
374
383
375
384
Admonitions, like most other toplevel elements, can contain other toplevel elements.
376
385
0 commit comments