You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a heading only with the content Tooltip it is not visible in the resulting HTML docs. Root cause is that the heading is assigned an ID of tooltip and there is some style for this ID with visibility: hidden and other properties that make it invisible.
In Github you can see the header Tooltip but if you generate the documentation it is not there.
I think it should not behave this way, the style should be applied on a class which is something the user cannot easily change from the markdown and thus should cause no collisions.
The text was updated successfully, but these errors were encountered:
If I have a heading only with the content
Tooltip
it is not visible in the resulting HTML docs. Root cause is that the heading is assigned an ID oftooltip
and there is some style for this ID withvisibility: hidden
and other properties that make it invisible.You can check this reproducer: https://github.com/Coffei/ex_doc_tooltip_test
In Github you can see the header
Tooltip
but if you generate the documentation it is not there.I think it should not behave this way, the style should be applied on a class which is something the user cannot easily change from the markdown and thus should cause no collisions.
The text was updated successfully, but these errors were encountered: