As an editor, I want to give our readers the best service. When mentioning telephone numbers, I want the users who visit our website my mobile phone - the vast majority of course - to be able to dial this number easily. As I understand, browsers do support this feature on their own; but in my experience they don't always seem to recognize a phone number.
The html standard would be something like this if I am not mistaken:
<h1>Call! Me! Now!</h1> <address> <p>Always there for you:<br> <a href="tel:+499123456789">09123 456789</a> </p> </address>
But Composer doesn't allow me to use the prefix "tel:" in textlinks, although "mailto:" is allowed. This seems inconsequent to me.
Hi there! Is the ask here to allow HTML embeds in Composer to support
tel