lesson-example
lesson-example copied to clipboard
Raise error for links with "Click Here" as text
Related with https://github.com/swcarpentry/lesson-example/issues/175.
This need to be implemented at https://github.com/swcarpentry/lesson-example/blob/gh-pages/bin/lesson_check.py. We should parse the Markdown file looking for
[click here]()
on it and raise a error if found.