From 3c108c7fff83bd066b887bc3a4dc4325b7498d02 Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Wed, 17 Sep 2025 15:54:14 +0200 Subject: [PATCH] Fix lint error --- .markdownlint.yaml | 1 + README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index a3879fe..b9a88ff 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -7,3 +7,4 @@ heading-style: style: atx no-missing-space-atx: true single-title: false +fenced-code-language: true \ No newline at end of file diff --git a/README.md b/README.md index 8c25aa1..b520379 100644 --- a/README.md +++ b/README.md @@ -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 . ```