You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./README.md:3:1 - [warning] The relative path #quux does not exist
3 baz
./README.md:5:8 - [warning] The relative path #corge does not exist
5 ```javascript
./README.md:6:10 - [warning] The relative path #grault does not exist
6 // Without this code block, the reported warning lines are good.
[info] Documentation generated at ./docs
[warning] Found 0 errors and 3 warnings
Environment
Typedoc version: 0.26.0
TypeScript version: 5.5.2
Node.js version: 20.14.0
OS: Ubuntu 22.04.4 LTS
The text was updated successfully, but these errors were encountered:
Search terms
line, code, block, markdown, README
Expected Behavior
The error lines reported correspond to the lines where there are problems.
Actual Behavior
Other lines are 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: