Tooltips on footnote numbers just like footnote reference ? #4002
-
Currently, footnote numbers don't have a tooltip https://squidfunk.github.io/mkdocs-material/reference/footnotes/#adding-footnote-references when hovered over. Maybe it could say But footnote references do have tooltips when hovered. Does it make sense to have tool tips on footnote numbers for consistency sake ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for suggesting. Footnotes are rendered by the footnotes extension, which is an upstream dependency of ours. If footnotes would include a |
Beta Was this translation helpful? Give feedback.
Thanks for suggesting. Footnotes are rendered by the footnotes extension, which is an upstream dependency of ours. If footnotes would include a
title
, tooltips would work instantly. Thus, it might be worth raising this over at Python Markdown.