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

Add support for disable comments #83

Merged
merged 2 commits into from
Oct 16, 2019
Merged

Add support for disable comments #83

merged 2 commits into from
Oct 16, 2019

Conversation

volllly
Copy link

@volllly volllly commented Aug 27, 2019

Adds support for disable comments (similar to the ones in eslint).

<!-- markdown-link-check-disable --> disables markdown link check.
<!-- markdown-link-check-enable --> reenables markdown link check.
<!-- markdown-link-check-disable-next-line --> disables markdown link check for the next line.
<!-- markdown-link-check-disable-line --> disables markdown link check for this line.

The parameter ignoreDisable was added to ignore disable comments.

@volllly volllly changed the title Disable comments Add support for disable comments Aug 27, 2019
@tcort tcort merged commit 41d7bfa into tcort:master Oct 16, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants