-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Labels
nextFix available in the '@next' releaseFix available in the '@next' release
Description
When referring to some items using {@ link }
syntax it can result in broken links when using a table format and referencing an object in that table. This so far seems applicable to:
- Enum members
- Parameters
- Properties
- Type Parameters
And any others that might be given an option to render as a table. I've gotten around this previously by using a <a>
tab with an id
and name
attribute: https://github.com/tauri-apps/tauri-docs/blob/3cf2a86b43e5263e3b30c337ee8a9fd508882e9e/patches/typedoc-plugin-markdown%404.0.0-next.17.patch#L9.
However, it seems that https://typedoc.org/api/classes/Models.DeclarationReflection.html#anchor is no longer returning a value for these in the last couple of versions. I'm happy to PR this if you agree and let me know how the IDs should be generated/read from.
Metadata
Metadata
Assignees
Labels
nextFix available in the '@next' releaseFix available in the '@next' release