Skip to content

Regression: @linkcode neither produces link nor is symbol displayed as inline code #2934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ap-b12 opened this issue Apr 11, 2025 · 3 comments
Milestone

Comments

@ap-b12
Copy link

ap-b12 commented Apr 11, 2025

Search terms

linkcode

Expected Behavior

“SomeClass” in the description for constructor should:

  1. Link to SomeClass.
  2. Be rendered as inline code.
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 TypeStrong/typedoc-repros#51.

Environment

  • Typedoc version: 0.28.2
  • TypeScript version: 5.8.3
  • Node.js version: 20.18.1
  • OS: Linux Mint 21.3 Cinnamon
@TypeStrong TypeStrong deleted a comment from zaysayd Apr 11, 2025
@TypeStrong TypeStrong deleted a comment from zaysayd Apr 11, 2025
@TypeStrong TypeStrong deleted a comment from zaysayd Apr 11, 2025
@Gerrit0 Gerrit0 added this to the v0.28.3 milestone Apr 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants