(feat): fix link adding underline with color#858
Conversation
|
@demchenkoalex The link is there but a user can't tell that it is there. |
|
Hey @demchenkoalex, sorry to ask again, just hoping if you have some time soon, this could be able merged and deployed. This is all blocking our migration from v1 to deploying our apps with v2. Thank you. |
|
sorry about that, deploying now |
|
guys this is not fixed by this PR 😅 this PR adds decoration, but you still can't set link color - it is a bug in gpt_markdown - no matter what I do I can't set color, unless I do some recursion or create completely new span which will drop formatting. |
|
okay I fixed it anyway - used recursion. Added a todo to remove when the bug is fixed in gpt_markdown. API will change a bit compared to this PR: all params are optional with no defaults: |
|
published v2.5.2 of |

Currently links are not taking the color link, I added this PR so that we can still add a text decoration with specific color to the links.
I was not able to change the text color, even with many different techniques.