remark-lint-no-pipes-in-links
v1.0.0
Published
remark-lint rule to warn when a pipe is present in a link - these need to be escaped
Downloads
4
Maintainers
Readme
remark-lint-no-pipes-in-links
Warn when a link has a pipe within a link. see free-programming-books issue 5176
Example
In
[This is a link | with a pipe](https://unifiedjs.com/)
Out
1:1 warning link contains an unescaped | link-escape remark-lint
In
[This is a link /| with a pipe](https://unifiedjs.com/)
Out
no messages