itms-services link not working on Azure Devops Wiki

I want to create a hyperlink for OTA installation of my iOS app on the Azure DevOps wiki page, has anyone tried it?

I have tried using <a href> html tag, but when I click it, it only refreshes the wiki page. This is the link example using <a href> tag.

<a target="_blank" href="itms-services://?action=download-manifest&url=https://my.app.com/install.plist">My App</a>

I have also tried using markdown link, but it seems it doesn’t recognize itms-services syntax, this is the link example

[My App](itms-services://?action=download-manifest&url=https://my.app.com/install.plist)
itms-services link not working on Azure Devops Wiki
 
 
Q