jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
508 stars 42 forks source link

Added ability to define Linkify mask #52

Closed hypeapps closed 1 year ago

hypeapps commented 1 year ago

Linkify has the ability to define which links should be searched in the text, but the problem is that the library searches for all types of links, including phone numbers and emails. I have added the ability to filter it by defining a Linkify mask.

Documentation: https://developer.android.com/reference/android/text/util/Linkify#constants_1