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

MarkdownBear: Add remark-validate-links plugin #924

Closed
jayvdb opened this issue Oct 23, 2016 · 3 comments · Fixed by #1919
Closed

MarkdownBear: Add remark-validate-links plugin #924

jayvdb opened this issue Oct 23, 2016 · 3 comments · Fixed by #1919

Comments

@jayvdb
Copy link
Member

jayvdb commented Oct 23, 2016

remark has many plugins. One is remark-validate-links , that checks that the local files exist relative to the markdown file.

@jayvdb
Copy link
Member Author

jayvdb commented Oct 23, 2016

@namanyadav12
Copy link
Contributor

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
@yash-nisar
Copy link
Member

@Makman2 I can do this one. Can I get assigned ?

@Makman2 Makman2 assigned yash-nisar and unassigned namanyadav12 Jul 9, 2017
yash-nisar added a commit to yash-nisar/coala-bears that referenced this issue Jul 14, 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 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