Open brendanzab opened 4 years ago
I'm getting this warning when writing MathJax equations, etc. For example:
2022-09-11 22:51:43 [INFO] (mdbook::renderer): Invoking the "linkcheck" renderer
warning: Potential incomplete link
┌─ ch00/04-special-products.md:37:3
│
37 │ \\[
│ ╭───^
38 │ │ x = \frac{
39 │ │ -b \pm \sqrt{ (b^2 - 4ac) }
40 │ │ }{
41 │ │ 2a
42 │ │ }
43 │ │ \\]
│ ╰───^ Did you forget to define a URL for ` x = \frac{ -b \pm \sqrt{ (b^2 - 4ac) } }{ 2a } \\`?
│
= hint: declare the link's URL. For example: `[ x = \frac{ -b \pm \sqrt{ (b^2 - 4ac) } }{ 2a } \\]: http://example.com/`
I recently got back to working on personal references after a rather long break (since 2019), and these warnings weren't showing up back then, but they show up now. Is this expected or not? Any suggestions or workarounds?
Hey, thanks for the cool project!
I get the following warning when I run mdbook-linkcheck on a markdown file with a checklist:
It seems to be fine with unchecked list items, eg:
- [ ] Blah
.I did try excluding
'x'
links, but this seems not to affect the warning at all.The relevant PR is at: pikelet-lang/pikelet#232