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
- Host: GitHub
- URL: https://github.com/ybiquitous/remark-lint-no-mixed-case-url-hash
- Owner: ybiquitous
- License: mit
- Created: 2022-09-16T04:12:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T04:41:07.000Z (7 months ago)
- Last Synced: 2025-04-03T23:27:40.243Z (6 months ago)
- Topics: remark-lint, remark-lint-rule
- Language: JavaScript
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)
```