-
-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Labels
Milestone
Description
- Markwon version: 4.2.2
Hi, I am using this awesome library in my app Pure Writer, it works great, many thanks!
Not long ago, my app collected an ANR event, which was related to Linkify
. And I see there is a LinkifyCompat
provided by Google can provide better performance and support. So I would like to suggest that we switch to LinkifyCompat
directly or provide a user configuration that can be changed to LinkifyCompat
?
/**
* LinkifyCompat brings in {@code Linkify} improvements for URLs and email addresses to older API
* levels.
*/
public final class LinkifyCompat {
...
If OK, I would be happy to create a PR for this.