Fix lint error
All checks were successful
Lint markdown files / run-markdownlint (pull_request) Successful in 17s
Build and deploy documentation / build-and-deploy-docs (push) Successful in 7s

This commit was merged in pull request #2.
This commit is contained in:
Spencer Bliven
2025-09-17 15:54:14 +02:00
parent 9d65342b7d
commit 3c108c7fff
2 changed files with 4 additions and 2 deletions

View File

@@ -7,3 +7,4 @@ heading-style:
style: atx
no-missing-space-atx: true
single-title: false
fenced-code-language: true

View File

@@ -14,9 +14,10 @@ to spin up a local environment. Preview available on `localhost:8000`.
## Style Guide
Pull requests enforce [markdownlint](https://github.com/DavidAnson/markdownlint) checks.
It is recommended to lint files before committing, either using your editor or by running manually:
It is recommended to lint files before committing, either using your editor or by
running manually:
```
```console
npm install -g markdownlint-cli
npx markdownlint-cli .
```