Properties: Support INTERNAL Markdown links

Hi, I have been testing recently some functionality of internal and external links in Obsidian front-matter. In the screen capture, similar is a list field with the following YAML values (Wiki links)

similar:
  - "[[20240816180552.note|putt's law]]"
  - "[[20240816180552.note]]"

As you can see that is rendered fine in the editing and view modes
but if I try to add a markdown link such as:

"[putt's law](20240816180552.note)"
that is not rendered and the link is not functional !

You can also use external links, only URLs inside quotes, in the frontmatter

social_media:
  - https://forum.obsidian.md/t/my-vision-for-improved-social-media-experience-based-on-pim/86093

As you can see in the screen capture that is also rendered correctly and functional. But markdown syntax for external links inside front-matter does not work !!!

There is also this Use [[Wikilinks]] option in settings but I don’t have a clue if and how this works