We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
relative, path, anchor, markdown, README, link, backtick
Links in README.md that have the wrong path must be reported, even if they have backticks in their text.
Invalid links with backticks in the text aren't reported.
package.json
{ "name": "testcase", "version": "1.0.0", "dependencies": { "typedoc": "0.26.0", "typescript": "5.5.2" } }
README.md
[`foo`](#foo)
tsconfig.json
{ "typedocOptions": { "entryPoints": ["index.ts"] } }
index.ts
// Unimportant.
npm install
npx typedoc
[info] Documentation generated at ./docs
The text was updated successfully, but these errors were encountered:
e9bd40b
No branches or pull requests
Search terms
relative, path, anchor, markdown, README, link, backtick
Expected Behavior
Links in README.md that have the wrong path must be reported, even if they have backticks in their text.
Actual Behavior
Invalid links with backticks in the text aren't reported.
Steps to reproduce the bug
package.json
README.md
tsconfig.json
index.ts
// Unimportant.
Steps
npm install
npx typedoc
Environment
The text was updated successfully, but these errors were encountered: