59ac32e3b2
- Replace 68 "[here]" links with descriptive text (MD059) - Fix table separator spacing in 6 project files (MD060) - Add trailing newlines to 2 files (MD047) - Disable MD060 rule for .claude/ internal files - Update markdownlint config with MD060: false All project files now pass markdownlint --config .github/.markdownlint.yaml 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
961 B
961 B
Markdown linting
Since the introduction of PR #1309, the markdown files in this repository are checked by a linter for formatting and consistency.
The linter used is markdownlint and can be installed locally on your
machine. It can also be setup as pre-commit hook
to ensure that your markdown is passing all the tests.
The rules in place are defined the markdownlint configuration.
You may run markdownlint locally using:
markdownlint --config .github/.markdownlint.yaml --ignore target .
There are also plugins for your favorite editor, that can ensure that most of the rules will pass and fix typical issues (such as trailing spaces, missing eof new line, long lines, etc...)