Skip to content

Markdown autolinks doesn't work #1

@MrVadi

Description

@MrVadi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions