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
Describe the bug
When using a link in heading in the MDX file than the link and text have different font-size. I suspect that the issue is coming from here where is hardcoded the 14px font-size for links, instead, there should be probable inherited because the size of the link should be probably inherited from an element in which is placed.
To Reproduce
Create MDX file with:
# [Link](#test) Text## [Link](#test) Text
Expected behavior
Links should have the same font size as the text in the heading
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Describe the bug
When using a link in heading in the MDX file than the link and text have different font-size. I suspect that the issue is coming from here where is hardcoded the
14px
font-size for links, instead, there should be probableinherited
because the size of the link should be probably inherited from an element in which is placed.To Reproduce
Create MDX file with:
Expected behavior
Links should have the same font size as the text in the heading
Screenshots
Code snippets
System:
The text was updated successfully, but these errors were encountered: