google / gvisor-website

The gVisor project website.
https://gvisor.dev/
Apache License 2.0
17 stars 19 forks source link

Added lint-md linter for markdown #121

Closed ianlewis closed 4 years ago

ianlewis commented 4 years ago

Added a linter for markdown to catch some markdown issues that go unnoticed like referring to non-existent link ids. And generally keep the markdown consistent.

ianlewis commented 4 years ago

Updated this a bit to add some settings for remark to allow footnotes (we used them in the blog post) and to ignore checks for 3 space indent (remark-lint-list-item-indent) in markdown lists because no one does that.