FlowiseAI / FlowiseChatEmbed

335 stars 1.35k forks source link

Feature/avoid display invalid md links #154

Closed niztal closed 6 months ago

niztal commented 6 months 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)