From 978b1640f1fcfb6bd11dd06af1ea976e7e9ba209 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 16 Aug 2024 14:33:41 -0500 Subject: [PATCH] test --- .markdown-lint.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .markdown-lint.yml diff --git a/.markdown-lint.yml b/.markdown-lint.yml new file mode 100644 index 0000000000..cf545ea742 --- /dev/null +++ b/.markdown-lint.yml @@ -0,0 +1,5 @@ +default: true +MD013: false # line length +MD024: # no-duplicate-heading Multiple headings with the same content + siblings_only: true +MD033: false # no inline HTML \ No newline at end of file