remark-link-escape

remark-lint rule to warn when a newline at the end of a file is missing

Usage no npm install needed!

<script type="module">
  import remarkLinkEscape from 'https://cdn.skypack.dev/remark-link-escape';
</script>

README

remark-link-escape

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