Metadata
Description
As discussed in group chats, in working on C2LC-302 I am doing more markdown editing than we generally do. I think it would be helpful to add rudimentary linting for markdown files. My idea is to:
- Use the library markdownlint we use in other projects via npx (so that it is not actually a new dependency).
- Configure it to match our most commonly used style at the moment.
- Fix any current linting errors.
- Add the markdown linting to the end of our CI builds.