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

Ignore todo-list items (boxes) #62

Open
boozook opened this issue Sep 8, 2021 · 0 comments
Open

Ignore todo-list items (boxes) #62

boozook opened this issue Sep 8, 2021 · 0 comments

Comments

@boozook
Copy link

boozook commented Sep 8, 2021

Example:

- [ ] first
- [x] second

Actual result:

[2021-09-08T17:29:33Z INFO  mdbook_linkcheck] Found 0 links (1 incomplete links)
warning: Potential incomplete link
  ┌─ chapter_1.md:2:3
  │
2 │ - [x] second
  │   ^^^ Did you forget to define a URL for `x`?
  │
  = hint: declare the link's URL. For example: `[x]: http://example.com/`

Expected result:
Ignore this pattern, optionally, configurable.

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