@@ -35,10 +35,11 @@ See additional configuration options:
35
35
### Admonition icons
36
36
37
37
[:octicons-heart-fill-24:{ .mdx-heart } Insiders][Insiders]{ .mdx-insiders } ·
38
- [:octicons-tag-24: insiders-2.4.0 ... present ][Insiders]
38
+ [:octicons-tag-24: insiders-2.4.0][Insiders]
39
39
40
40
Each of the supported admonition types has a distinct icon, which can be changed
41
- to any icon bundled with the theme. Add the following lines to ` mkdocs.yml`:
41
+ to any icon bundled with the theme, or even a [custom icon]. Add the following
42
+ lines to ` mkdocs.yml`:
42
43
43
44
` ` ` yaml
44
45
theme:
@@ -106,6 +107,7 @@ theme:
106
107
[![FontAwesome]][FontAwesome]
107
108
108
109
[Insiders] : ../insiders/index.md
110
+ [custom icon] : icons-emojis.md#additional-icons
109
111
[supported types] : # supported-types
110
112
[icon search] : icons-emojis.md#search
111
113
[Octicons] : ../assets/screenshots/admonition-octicons.png
@@ -234,8 +236,8 @@ _Result_:
234
236
235
237
# ## Inline blocks
236
238
237
- :octicons-beaker -24 : Experimental ·
238
- [ :octicons-tag -24 : 7.0.0 ... present][Inline support]
239
+ [ :octicons-tag -24 : 7.0.0][Inline support] ·
240
+ :octicons-beaker -24 : Experimental
239
241
240
242
Admonitions can also be rendered as inline blocks (i.e. for sidebars), placing
241
243
them to the right using the `inline` + `end` modifiers, or to the left using
@@ -441,7 +443,7 @@ _Example_:
441
443
purus auctor massa, nec semper lorem quam in massa.
442
444
` ` `
443
445
444
- === ":octicons-file-code-16 : docs/stylesheets/admonitions .css"
446
+ === ":octicons-file-code-16 : docs/stylesheets/extra .css"
445
447
446
448
` ` ` css
447
449
:root {
@@ -468,7 +470,7 @@ _Example_:
468
470
469
471
` ` ` yaml
470
472
extra_css:
471
- - stylesheets/admonitions .css
473
+ - stylesheets/extra .css
472
474
` ` `
473
475
474
476
_Result_ :
0 commit comments