mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
@@ -196,9 +196,16 @@ leverage the [Markdown in HTML] extension to wrap arbitrary elements with a
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
With this trick, annotations can also be added to blockquotes, data tables,
|
With this trick, annotations can also be added to blockquotes, lists, and many
|
||||||
lists, and many other elements that are not supported by the [Attribute Lists]
|
other elements that are not supported by the [Attribute Lists] extension.
|
||||||
extension. Furthermore, note that [code blocks follow different semantics].
|
Furthermore, note that [code blocks follow different semantics].
|
||||||
|
|
||||||
|
!!! warning "Known limitations"
|
||||||
|
|
||||||
|
Please note that annotations currently don't work in [data tables] as
|
||||||
|
reported in #3453, as data tables are scrollable elements and positioning
|
||||||
|
is very tricky to get right. This might be fixed in the future.
|
||||||
|
|
||||||
[limitations]: https://python-markdown.github.io/extensions/attr_list/#limitations
|
[limitations]: https://python-markdown.github.io/extensions/attr_list/#limitations
|
||||||
[code blocks follow different semantics]: code-blocks.md#adding-annotations
|
[code blocks follow different semantics]: code-blocks.md#adding-annotations
|
||||||
|
[data tables]: data-tables.md
|
||||||
|
|||||||
Reference in New Issue
Block a user