clarify why we use the ruby version authored by anarcat's avatar anarcat
...@@ -530,9 +530,11 @@ GitLab wikis. ...@@ -530,9 +530,11 @@ GitLab wikis.
* [linkchecker](https://github.com/linkchecker/linkchecker/): can check links in HTML (anarcat is one of the * [linkchecker](https://github.com/linkchecker/linkchecker/): can check links in HTML (anarcat is one of the
maintainers), has many alternatives, see for example [lychee](https://github.com/lycheeverse/lychee) maintainers), has many alternatives, see for example [lychee](https://github.com/lycheeverse/lychee)
Note that we currently use [markdownlint][] (the Ruby version, not the Note that we currently use [markdownlint][], the Ruby version, not the
Nodejs one, because anarcat dislikes nodejs more than Ruby), but we Node version. This was primarily because anarcat dislikes Node more
could expand this to cover more things. than Ruby, but it turns out the Ruby version also has more
features. Notably, it can warn about Kramdown compilation errors, for
example finding broken Markdown links.
See also [this LWN article](https://lwn.net/Articles/822969/). See also [this LWN article](https://lwn.net/Articles/822969/).
... ...
......