Link from one app to another in Google Play description

We can provide links in play store description using two methods.

<a href="https://www.google.com">Visit Link</a> https://www.google.com

Output in play store app:
 Visit Link https://www.google.com
Output in play store website:
 Visit Link https://www.google.com

Note :
 The below code will not make any link in play store app

Visit Link <a href="https://www.google.com">https://www.google.com</a>

Google Play descriptions do not support links.

That not true. You can add links to other application in google play with <a> tag.
For example, link to my app:

<a href="https://play.google.com/store/apps/details?id=org.ros.android.android_all_sensors_driver">ROS Sensors</a>

You can look at my description app how i do it:
ROS Sensors