## Search terms linkcode ## Expected Behavior “SomeClass” in the description for `constructor` should: 1. Link to `SomeClass`. 2. Be rendered as inline code. ```typescript export SomeClass { /** * Creates an instance of {@linkcode SomeClass}. */ constructor() { } } ``` This is working with TypeDoc v0.27.9, but fails to produce the same expected output starting with v0.28.0. ## Actual Behavior The symbol is displayed as plain text. ## Steps to reproduce the bug See https://github.com/TypeStrong/typedoc-repros/pull/51. ## Environment - Typedoc version: 0.28.2 - TypeScript version: 5.8.3 - Node.js version: 20.18.1 - OS: Linux Mint 21.3 Cinnamon