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
[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.
The text was updated successfully, but these errors were encountered:
I noticed that whenever we have something like:
[section in](./folder/section)
referencing to anothermd
file in our working directory then the following shows up:which we can ignore by
which will also hide other issues, not ideal.
The text was updated successfully, but these errors were encountered: