Only first line is rendered when a multi-line text property contains external markdown links

Steps to reproduce

  1. Create a new note

  2. Switch to source mode

  3. Add multiple external Markdown links as the property’s value, with one link per line.

  4. Switch to reading view

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

Yes.

Expected result

All lines of a text property should be displayed, just as they are for regular multi-line text values, regardless of whether the content contains external markdown links.

Actual result

Only the first external markdown link is visible in the Properties.

Environment

SYSTEM INFO:
Obsidian version: 1.12.7
Installer version: 1.12.7
Operating system: Darwin Kernel Version 24.6.0: Tue Apr 21 20:16:56 PDT 2026; root:xnu-11417.140.69.710.16~1/RELEASE_ARM64_T6030 24.6.0
Login status: not logged in
Language: en
Insider build toggle: off
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

The remaining links are hidden, which makes them difficult to see without switching to source mode.

If you are typing the links manually, they should quoted in a list. e.g.

---
links:
  - "[one](https://obsidian.md)"
  - "[two](https://obsidian.md)"
---