This seems to be an issue on the d2 render engine.
After testing, the rendered svg doesn't have an href when writing "Link" but has one when writing "[[Link]]"
Here is a test you can add in an obsidian document:
```d2
Linked {
link: "[[Link]]"
}
NoLink {
link: "Link"
}
```
**What happens:**
- [[Link]] is turned into a link to the "[[Link]]" doc
- Link...