From 81bd0056a8195b5c876940e344ca0fa926408462 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 18 Aug 2025 09:41:27 -0700 Subject: [PATCH] mics: Update configuration for the Markdown linter --- .markdownlint-cli2.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index b02ce2b73..42af1cc2b 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,7 +1,6 @@ # Glob patterns to include globs: - - "content/**/*.md" # the - + - "content/**/*.md" # Glob patterns to exclude ignores: - "content/**/commands/**"