noties / Markwon

Android markdown library (no WebView)
https://noties.io/Markwon/
Apache License 2.0
2.76k stars 313 forks source link

How do I copy Markdown text #422

Closed byferdu closed 1 year ago

byferdu commented 1 year ago

Before Linkify, I could set it up with textIsSelectable(true) and copy it. After Linkify, if I set textIsSelectable(true), the link would not jump.

noties commented 1 year ago

Hello @byferdu ,

you need to specify more information about this as I cannot reproduce the behaviour. For me it is working the same - with LinkifyPlugin or without.