fix: cycle references resolve to Label (symbol) instead of empty

When a {id:description} reference forms a cycle, the back-reference
now expands to 'Label (symbol)' rather than being stripped.
So pound ↔ dickload renders as 'See dickload (dl)' and 'See pound (lb)'.
This commit is contained in:
Falkan
2026-03-18 19:59:33 -04:00
parent d332cc135e
commit 2c27edc487
2 changed files with 23 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
"symbol": "lb",
"group": "dickloads",
"toBase": 0.038,
"description": "{dickload:description}"
"description": "My description is {dickload:description}"
},
{
"id": "dickload",