Fix regressions in two unit tests,Some unit tests were missing the new CSS class 'remarkup-link-ext'. because of a CSS addition fromAdded.
The CSS class was introduced here:
https://we.phorge.it/rP349f006904fabf1d4df31ff4840502af3ab379a7
https://we.phorge.it/D25118
Some unit tests were missing the new CSS class 'remarkup-link-ext'.Also, Remarkup is now hardened a bit, Added.to do not consider anymore these as internal links:
- mailto:info@example.com
- mobile phone numbers
- alien protocols
Also, we do not consider anymore 'mailto:info@example.com' as an internal link.
We hardened a bit the unit tests to also include mobile numbers in linksRemarkup engine option 'uri.base' is now taken in consideration, and alien protocolsto know if an URI is internal or not.
Closes T15967
Closes T15973
Closes T15974