nextcloud-libraries / nextcloud-vue

🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
https://nextcloud-vue-components.netlify.app/
Other
217 stars 89 forks source link

fix(NcRichText): Allow markdown parenthesis in URL_PATTERN #6224

Open provokateurin opened 1 week ago

provokateurin commented 1 week ago

The URL_PATTERN_AUTOLINK regex already allowed parenthesis from markdown, so the links were clickable, but there was no preview shown due to this regex not allowing them.

☑️ Resolves

🏁 Checklist

provokateurin commented 1 week ago

I'm not sure which milestones and branches are used in this repo, so feel free to backport however you see fit.