Hello there. The issue reproducible even with your example String: "Test"("Test" - same issue) , it's not rendering it like a link, just like non-clickable italic(bold in second case) text. It works for me only with this construction "Test". Doing nothing special, just like you show in Usage paragraph.
Bypass bypass = new Bypass(getActivity()); textView.setText(bypass.markdownToSpannable("*[Test](https://www.google.com)*")); textView.setMovementMethod(LinkMovementMethod.getInstance());
Thanks
Hello there. The issue reproducible even with your example String: "Test"("Test" - same issue) , it's not rendering it like a link, just like non-clickable italic(bold in second case) text. It works for me only with this construction "Test". Doing nothing special, just like you show in Usage paragraph.
Bypass bypass = new Bypass(getActivity()); textView.setText(bypass.markdownToSpannable("*[Test](https://www.google.com)*")); textView.setMovementMethod(LinkMovementMethod.getInstance());Thanks