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
Following up #261 (comment), users need a way to customize how links are rendered. 🔗 💄
There are existing bugs and feature requests including #82, #178, and #204 (comment) with PRs that have attempted band-aid solutions for specific paper cuts with the current link rendering: #261 and #204.
As proposed by @aymanbagabas with #204 (comment), there should probably be a LinkStyler type with a WithLinkStyler option that can customize how a link is rendered. Along with some sane defaults, like FullLinkStyler and TextLinkStyler.
The text was updated successfully, but these errors were encountered:
Following up #261 (comment), users need a way to customize how links are rendered. 🔗 💄
There are existing bugs and feature requests including #82, #178, and #204 (comment) with PRs that have attempted band-aid solutions for specific paper cuts with the current link rendering: #261 and #204.
As proposed by @aymanbagabas with #204 (comment), there should probably be a
LinkStyler
type with aWithLinkStyler
option that can customize how a link is rendered. Along with some sane defaults, likeFullLinkStyler
andTextLinkStyler
.The text was updated successfully, but these errors were encountered: