-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add link markdown style in bio #7339
Add link markdown style in bio #7339
Conversation
Welcome @harshpatel-r! Thank you so much for your first pull request! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution.
I think you can change it for the plug-in globally here components/mdx/ComponentStyle.js
Hi @eddiejaoude , thank you for your feedback. Just to confirm, regarding the changes you mentioned, do you want me to: 1)Apply my styles globally to the Link component, or Could you please provide further guidance on how to proceed with this? |
Thanks @harshpatel-r , we would like to keep the current link style consistent, so option 2 please |
sync latest changes
Closes #7152 Changes Made:Updated the bio links style with the Link component. Screenshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Fixes Issue
where the links in the bio were lacking the app's link styles (see screenshot) #7152
Closes #7152
Check List (Check all the applicable boxes)
Screenshots
fixed
Note to reviewers
@eddiejaoude @SaraJaoude
Please review and merge this pull request. It addresses the issue where the links in the bio were not displaying the app's link styles. To fix this problem, I have overridden the
<a>
tag in react-markdown to ensure that the links in the bio have the correct styling.I have thoroughly tested the changes and verified that the links now appear with the desired app-specific styles. Additionally, I have ensured that the changes do not introduce any regressions and that all existing tests pass successfully.
Your feedback and review are greatly appreciated. Thank you for your time and assistance in merging these improvements!