-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
@link inline tags not working in project documents #2629
Comments
I have literally no idea how I didn't notice this was broken before release... |
Thanks for the fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search terms
@link
, inline, projectDocumentsExpected Behavior
Inline links
{@link ...}
within markdown documents added with the--projectDocuments
option should be resolved, as in the doc comments and as in the readme page.Actual Behavior
Inline links
{@link ...}
within markdown documents added with the--projectDocuments
option are not resolved : in the generated HTML file, the{@link ...}
tag itself is stripped off, but no HTML link is created. No error/warning is reported by TypeDoc in the console.Steps to reproduce the bug
In file https://github.com/yo35/kokopu/blob/4.11.1/doc_src/tutorials/01_getting_started.md?plain=1,
the tag
{@link Position}
on line 10 is not resolved: see the generated file.On the contrary, for the readme Markdown file https://github.com/yo35/kokopu/blob/4.11.1/doc_src/home.md?plain=1, the same tag
{@link Positition}
on line 43 is properly resolved: see the generated file.Typedoc config file is https://github.com/yo35/kokopu/blob/4.11.1/typedoc.config.js.
Environment
The text was updated successfully, but these errors were encountered: