coala
Detect and reject Markdown-style links in reStructuredText
rstcheck
is a linter for reStucturedText files. It checks syntax of reStructuredText and code blocks nested within it.
Sometimes people accidentally add Markdown-style links into their reStructuredText documents:
[Label](https://example.com)
We want to detect this and output a linter warning in rstcheck
.
Task tags
Students who completed this task
biscuitsnake