Backlinks not recognised correctly when in comment block

Backlinks are not correctly recognised. Depending on what character comes immediately after the [[link]] Obsidian identifies them differently. Screenshot is attached

Steps to reproduce

  1. Create Note A and B in sandbox vault.
  2. Insert in Note A:
%%
tags: [[testing]], [[backlinking]]
  1. Insert in Note B:
%%
tags: [[backlinking]], [[testing]]

Open either of the created links.

Did you follow the troubleshooting guide?

Yes I did.

Expected result

Note A and B should both be linked mentions

Actual result

Note B is an unlinked mention

Environment

SYSTEM INFO:
Obsidian version: v1.3.7
Installer version: v1.3.5
Operating system: Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:22 PDT 2023; root:xnu-8796.121.3~7/RELEASE_X86_64 22.5.0
Login status: logged in
Catalyst license: none
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

This happens only if the links are inside a comment block. Behaviour is the same regardless of what character comes after ]] (whitespace, comma, other string etc)
I use the comment block as a “backmatter” style of linking topics, since frontmatter links do not work.

you did not use the correct syntax.