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

Lint markdown #1

Open
alexilyaev opened this issue May 31, 2017 · 3 comments
Open

Lint markdown #1

alexilyaev opened this issue May 31, 2017 · 3 comments

Comments

@alexilyaev
Copy link
Owner

We should use markdownlint-cli, but they don't seem to support glob patterns so we can't ignore node_modules (opened a ticket).

Another option is Gil's check-all-markdown, but it has no flag to run just the Markdown lint without the URL checks (opened a ticket)

Or we can write our own package to just lint Markdown with markdownlint-cli using globby to support normal glob matching and ignore node_modules and .git folder by default.

@alexilyaev
Copy link
Owner Author

Looks like markdownlint-cli added the flag:
igorshubovych/markdownlint-cli#16

@alexilyaev
Copy link
Owner Author

Something else I came across:
https://github.com/remarkjs/remark-validate-links

@alexilyaev
Copy link
Owner Author

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