List and Card view in bases do not show/render markdown links from properties correctly

Steps to reproduce

  1. Add property_1 to file_1 with a value which is a markdown link - e.g. [myLink](http://example.com)
  2. Create base_1 and filter to include files which contain property_1
  3. Create a table view and include property_1
  4. Create a list view and include property_1

Did you follow the troubleshooting guide? [Y/N]

Yes - I tried this in the sandbox vault

Expected result

I expect to see a link (rendered so it is “clickable”) in both the table view and the in the list view

Actual result

  1. The link is correctly rendered in the table view and is “clickable” :white_check_mark:
  2. The link is not rendered correctly in the list view - instead the markdown syntax for the link is displayed as a string - `[myLink](http://example.com)` ❌

Environment


SYSTEM INFO:
Obsidian version: v1.11.3
Installer version: v1.7.7
Operating system: Darwin Kernel Version 25.2.0: Tue Nov 18 21:08:48 PST 2025; root:xnu-12377.61.12~1/RELEASE_ARM64_T8132 25.2.0
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 0
Plugins enabled: 0

RECOMMENDATIONS:
none

Additional information

Steps to reproduce

  1. Create a note with list property lists contain an external link []()
  2. Create a base in Card View containing the note
  3. choose property lists
  4. see error: the external link is not rendered

Did you follow the troubleshooting guide? [Y/N]

Yes

Expected result

The [Name](URL)should be rendered as Name

Actual result

The [Name](URL)is rendered exactly the same [Name](URL) and unclickable

Environment

SYSTEM INFO:
Obsidian version: 1.12.1
Installer version: 1.11.4
Operating system: Darwin Kernel Version 25.3.0: Wed Jan 28 20:53:14 PST 2026; root:xnu-12377.81.4~5/RELEASE_X86_64 25.3.0
Login status: logged in
Language: en
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 0
Plugins enabled: 0

RECOMMENDATIONS:
none