Hi. I'm using the markdown widget to show some descriptions inside my application and all of the markdown formats are working excpet the links, I'm trying to add links using the normal markdown syntaxis:
[Duck Duck Go](https://duckduckgo.com).
But in the application the link is shown in blue like normally but when I click on it, nothing happens. Does anyone knows what can be causing this?
On flutterflow I also marked the "Selectable" property on the markdown widget.