Skip to content

Commit a8c5da8

Browse files
committed
Documentation
1 parent f5a98fc commit a8c5da8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/reference/annotations.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,16 @@ leverage the [Markdown in HTML] extension to wrap arbitrary elements with a
196196

197197
</div>
198198

199-
With this trick, annotations can also be added to blockquotes, data tables,
200-
lists, and many other elements that are not supported by the [Attribute Lists]
201-
extension. Furthermore, note that [code blocks follow different semantics].
199+
With this trick, annotations can also be added to blockquotes, lists, and many
200+
other elements that are not supported by the [Attribute Lists] extension.
201+
Furthermore, note that [code blocks follow different semantics].
202+
203+
!!! warning "Known limitations"
204+
205+
Please note that annotations currently don't work in [data tables] as
206+
reported in #3453, as data tables are scrollable elements and positioning
207+
is very tricky to get right. This might be fixed in the future.
202208

203209
[limitations]: https://python-markdown.github.io/extensions/attr_list/#limitations
204210
[code blocks follow different semantics]: code-blocks.md#adding-annotations
211+
[data tables]: data-tables.md

0 commit comments

Comments
 (0)