JSPM

remark-lint-no-mixed-case-url-hash

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23421F
  • License MIT

A remark-lint rule disallows a mixed-case URL hash

Package Exports

  • remark-lint-no-mixed-case-url-hash

Readme

remark-lint-no-mixed-case-url-hash

A remark-lint rule disallows a mixed-case URL hash.

ok.md:

[foo](foo.md#bar)

not-ok.md:

[foo](foo.md#Bar)