Not all markdown links are rendered

  • F-Droid version (in the About screen): 1.5-alpha0

Case in point: Simple Email

On website: This project has been forked from FairEmail.

In index.xml: <p>This project has been forked from <a href="fdroid.app:eu.faircode.email">FairEmail</a>.</p>

In client: This project has been forked from [[eu.faircode.email]].

The only different thing that I can think of is that the description is pulled upstream repo (Fastlane or whatever).

Another case: https://f-droid.org/en/packages/de.pixart.messenger/ but this is broken even on the website, same situation, description pulled from upstream repo.

And another case: https://f-droid.org/en/packages/com.tobykurien.webmediashare/ ok on website, but rendered as plain text in client, bun this is not pulled from Fastlane.

/LE: These are all using the new YAML metadata format, not sure if it matters.

Edited by Licaon_Kter