FlowiseAI / FlowiseChatEmbed

278 stars 1.18k forks source link

Feature/avoid display invalid md links #154

Closed niztal closed 1 month ago

niztal commented 1 month ago

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 before (1)

After after (1)