Before this feature if the Flowise's server provided markdown links, it was displayed as part of the text shown to the end-user. Currently, until the link is valid from MD perspective, means it has the right format of:
[link's description](link's URL)
it won't get displayed to the user.
After the link is valid, it will get displayed to the user as an HTML link (or image).
Before this feature if the Flowise's server provided markdown links, it was displayed as part of the text shown to the end-user. Currently, until the link is valid from MD perspective, means it has the right format of:
[link's description](link's URL)
it won't get displayed to the user.
After the link is valid, it will get displayed to the user as an HTML link (or image).
This is how it looks before vs. after the change:
Before
After