Closed LutfiTekin closed 6 years ago
@LutfiTekin this was partly a problem with Markwon and partly a limitation of this library. Markwon has already pushed a fix in v1.0.5, but it's not released yet. You can use jitpack.io to get the latest build in the meanwhile.
You can read more here: https://github.com/noties/Markwon/issues/34
Thanks for the info
Hi there, First I want to thank you for this library I have been using it for a long time. Lately I have decided to support markdown in my app and I tried to use this one Here's my problem When I add a link like this
[inline-style link](https://www.google.com)
LinkClick listener gets url as inline-style link not https://www.google.com I couldn't really tell which library caused this but I wanted to ask you anywayedit: I solved by tapping into the other library's interface.