-
Notifications
You must be signed in to change notification settings - Fork 581
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
MarkdownBear: Add remark-validate-links plugin #924
Comments
See https://github.com/imsky/PocketEuler/blob/master/.travis.yml for an example |
Hey , Assign this is to me. I recently worked on #1181 in which i had to add remark-lint plugin to MarkdownBear, so i guess this will be easy for me. |
namanyadav12
added a commit
to namanyadav12/coala-bears
that referenced
this issue
Jan 8, 2017
Remark plugin to validate if links to headings and files in markdown point to existing things. Closes coala#924
namanyadav12
added a commit
to namanyadav12/coala-bears
that referenced
this issue
Jan 8, 2017
Remark plugin to validate if links to headings and files in markdown point to existing things. Closes coala#924
namanyadav12
added a commit
to namanyadav12/coala-bears
that referenced
this issue
Jan 8, 2017
Remark plugin to validate if links to headings and files in markdown point to existing things. Closes coala#924
namanyadav12
added a commit
to namanyadav12/coala-bears
that referenced
this issue
Jan 8, 2017
Remark plugin to validate if links to headings and files in markdown point to existing things. Closes coala#924
namanyadav12
added a commit
to namanyadav12/coala-bears
that referenced
this issue
Jan 8, 2017
Remark plugin to validate if links to headings and files in markdown point to existing things. Closes coala#924
namanyadav12
added a commit
to namanyadav12/coala-bears
that referenced
this issue
Jan 9, 2017
Remark plugin to validate if links to headings and files in markdown point to existing things. Closes coala#924
namanyadav12
added a commit
to namanyadav12/coala-bears
that referenced
this issue
Jan 9, 2017
Remark plugin to validate if links to headings and files in markdown point to existing things. Closes coala#924
@Makman2 I can do this one. Can I get assigned ? |
yash-nisar
added a commit
to yash-nisar/coala-bears
that referenced
this issue
Jul 14, 2017
2 tasks
yash-nisar
added a commit
to yash-nisar/coala-bears
that referenced
this issue
Jul 16, 2017
yash-nisar
added a commit
to yash-nisar/coala-bears
that referenced
this issue
Jul 16, 2017
yash-nisar
added a commit
to yash-nisar/coala-bears
that referenced
this issue
Jul 18, 2017
yash-nisar
added a commit
to yash-nisar/coala-bears
that referenced
this issue
Jul 18, 2017
Add `validate-links` plugin and add argument `filename` because the`validate-links` plugin emits an error while obtaining input from `stdin`. Closes coala#924
yash-nisar
added a commit
to yash-nisar/coala-bears
that referenced
this issue
Jul 18, 2017
Add `validate-links` plugin and since the `validate-links` plugin is incompatible with stdin input, `use_stdin=True` was removed. Closes coala#924
umeshksingla
pushed a commit
to umeshksingla/coala-bears
that referenced
this issue
Sep 2, 2017
Add `validate-links` plugin and since the `validate-links` plugin is incompatible with stdin input, `use_stdin=True` was removed. Closes coala#924
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remark
has many plugins. One is remark-validate-links , that checks that the local files exist relative to the markdown file.The text was updated successfully, but these errors were encountered: