Documentation

This commit is contained in:
squidfunk
2022-01-12 22:19:48 +01:00
parent f5a98fc401
commit a8c5da8a35

View File

@@ -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