remark-lint-no-auto-link-without-protocol

Deprecated

Usage no npm install needed!

<script type="module">
  import remarkLintNoAutoLinkWithoutProtocol from 'https://cdn.skypack.dev/remark-lint-no-auto-link-without-protocol';
</script>

README

remark-lint-no-auto-link-without-protocol

Stability: Legacy. This rule is no longer recommended for use. With CommonMark, all autolinks (except for emails) are required to have a protocol. Otherwise they don’t parse. The previous suggestion to add a protocol to email autolinks was wrong.

License

MIT © Titus Wormer