mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
0be8640aed
commit
16274399eb
@ -231,9 +231,14 @@ _Result_:
|
|||||||
:octicons-beaker-24: Experimental
|
:octicons-beaker-24: Experimental
|
||||||
|
|
||||||
Admonitions and [Details][11] can also be rendered as inline blocks (i.e.
|
Admonitions and [Details][11] can also be rendered as inline blocks (i.e.
|
||||||
sidebars), moving them to the right using the `inline` + `end` modifiers, or
|
sidebars), placing them to the right using the `inline` + `end` modifiers, or
|
||||||
to the left using only the `inline` modifier.
|
to the left using only the `inline` modifier.
|
||||||
|
|
||||||
|
__Important__: Admonitions that use the `inline` modifiers _must_ be declared
|
||||||
|
prior to the content block you want to place them beside. If there's
|
||||||
|
insufficient space to render the admonition next to the block, the admonition
|
||||||
|
will stretch to the full width of the viewport, e.g. on mobile viewports.
|
||||||
|
|
||||||
=== "inline end"
|
=== "inline end"
|
||||||
|
|
||||||
_Example_ / _Result_:
|
_Example_ / _Result_:
|
||||||
@ -276,10 +281,6 @@ to the left using only the `inline` modifier.
|
|||||||
|
|
||||||
Use `inline` to align to the left (right for rtl languages).
|
Use `inline` to align to the left (right for rtl languages).
|
||||||
|
|
||||||
_If there's insufficient space to render the admonition next to the block, the
|
|
||||||
admonition will stretch to the full width of the viewport, e.g. on mobile
|
|
||||||
viewports._
|
|
||||||
|
|
||||||
[12]: https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/stylesheets/main/_modifiers.scss
|
[12]: https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/stylesheets/main/_modifiers.scss
|
||||||
|
|
||||||
### Supported types
|
### Supported types
|
||||||
@ -456,4 +457,4 @@ _Result_:
|
|||||||
|
|
||||||
[13]: https://github.com/squidfunk/mkdocs-material/tree/master/material/.icons
|
[13]: https://github.com/squidfunk/mkdocs-material/tree/master/material/.icons
|
||||||
[14]: ../customization.md#additional-css
|
[14]: ../customization.md#additional-css
|
||||||
[15]: ./icons-emojis.md#with-animations
|
[15]: ./icons-emojis.md#with-animations
|
||||||
|
Loading…
Reference in New Issue
Block a user