I would like to add a call-able link in the sidebar of one of my spaces. This space is for our company emergency response team. I have added our company emergency number in the sidebar so people can find ik quickly. But at the moment it is plain text. I would like to make it a link that will automatically call that number when tapped on a mobile device.
In HTML this would be something like this: <a href="tel:363743629">363 743 629</a> but in the sidebar you can't enter HTML, only wiki markup. I found how to add a regular link to an HTTP page like so: [http://confluence.atlassian.com] or an email link like so: [mailto:legendaryservice@atlassian.com], but [tel:363743629] doesn't work.
I probably want something impossible but if anybody knows how to do this I would much appreciate your help!