Add ability to render custom view for links#22
Add ability to render custom view for links#22MoveUpwardsDev wants to merge 1 commit intodasautoooo:mainfrom
Conversation
|
Hi @MoveUpwardsDev , Thank you for your PR. I see the need to provide customization to the hyperlinks, like using As I saw in the code changes, the I'm wondering why to modify it, and if there are any possibilities to make it an Thanks anyway. |
|
If I'm not mistaken links in markdown are in the form of |
I based the custom view implementation on the
ImageElementComposerlogic so we can now provideAnyViewto render a link instead of plain text.