Skip to content
Snippets Groups Projects
Verified Commit ee6333d5 authored by anarcat's avatar anarcat
Browse files

notice markdownlint is now packaged in debian

parent 719e7706
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,8 @@ check with [codespell][].
### Markdown linting
You can install [markdownlint][] using the upstream instructions, but
anarcat prefers to run it under Docker, with a wrapper script like:
You can install [markdownlint][] using the upstream instructions, or
run it under docker with a following wrapper:
[markdownlint]: https://github.com/markdownlint/markdownlint
......@@ -117,6 +117,8 @@ anarcat prefers to run it under Docker, with a wrapper script like:
Drop this somewhere in your path as `mdl` and it will behave just as
if it was installed locally.
Otherwise markdown lint ships with Debian 13 (trixie) and later.
Then you should drop this in `.git/hooks/pre-commit` (if you want to
enforce checks):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment