Skip to content

Commit

Permalink
Add readme entry
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Oct 21, 2024
1 parent 87da396 commit f5d2001
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ zola serve

Zola will build the website and start a web server, usually at
<http://127.0.0.1:1111>

## Running the markdown linter

We are running the <https://github.com/DavidAnson/markdownlint-cli2>2> markdown linter on the website.
To run it locally, you can use the following command:

```bash
npx markdownlint-cli2 --fix "**/*.md"
```

This is based on <https://github.com/DavidAnson/markdownlint> and can also be used as a [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)

0 comments on commit f5d2001

Please sign in to comment.