Skip to content
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 check fail #172

Open
lazarusA opened this issue Sep 1, 2024 · 0 comments
Open

link check fail #172

lazarusA opened this issue Sep 1, 2024 · 0 comments

Comments

@lazarusA
Copy link
Collaborator

lazarusA commented Sep 1, 2024

I noticed that whenever we have something like:

[section in](./folder/section) referencing to another md file in our working directory then the following shows up:

Warning: invalid local link/image: file does not exist in src/get_started.md
│   link =
│    @ast MarkdownAST.Link("./folder/section", "") do
│      MarkdownAST.Text("section in")
│    end

which we can ignore by

makedocs(;
    warnonly = true,)

which will also hide other issues, not ideal.

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

1 participant