DocumenterVitepress.jl icon indicating copy to clipboard operation
DocumenterVitepress.jl copied to clipboard

link check fail

Open lazarusA opened this issue 1 year ago • 0 comments

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.

lazarusA avatar Sep 01 '24 08:09 lazarusA