-
Notifications
You must be signed in to change notification settings - Fork 46
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 --fast
flag to skip Markdown validation
#50
Comments
Do you have a preference for which flag to add? I may have time to submit a PR by next week? |
I think I always thought if things are eventually stable for years, it may be possible to change the default value of this check to off. If that happens we need the opposite flag. Then we'd have either Would |
I like |
Yeah right now the default must definitely not change. And if it ever changes it may be useful for experimental plugins to be able to keep the validation on, similar to how they can turn validation off via |
See #49 (comment)
Add a CLI flag for skipping Markdown validation.
I would name the flag
--fast
,--unsafe
or--skip-validation
.The text was updated successfully, but these errors were encountered: