An open API service indexing awesome lists of open source software.

https://github.com/ybiquitous/remark-lint-no-mixed-case-url-hash

A remark-lint rule disallows a mixed-case URL hash
https://github.com/ybiquitous/remark-lint-no-mixed-case-url-hash

remark-lint remark-lint-rule

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

A [`remark-lint`](https://github.com/remarkjs/remark-lint) rule disallows a mixed-case URL hash.

`ok.md`:

```markdown
[foo](foo.md#bar)
```

`not-ok.md`:

```markdown
[foo](foo.md#Bar)
```