From 9d65342b7da05c8aba0b5e9c115e2b62e986775a Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Wed, 17 Sep 2025 15:46:08 +0200 Subject: [PATCH] Configure markdownlint --- .markdownlint.yaml | 9 +++++++++ docs/index.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 .markdownlint.yaml diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 0000000..a3879fe --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,9 @@ +default: true +line-length: + line_length: 88 + tables: false +no-trailing-punctuation: true +heading-style: + style: atx +no-missing-space-atx: true +single-title: false diff --git a/docs/index.md b/docs/index.md index bfd3467..2103952 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,4 @@ +--- title: Home --- # PSI Data Catalog Documentation