From 078a817e12ba5e026508b19d4c8dfd1661746af1 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:41:17 +0100 Subject: [PATCH] test: add lint rule for heading start Heading markup should start on the first column of a line, otherwise we risk it being rendered as a paragraph, per the markdown spec. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- .markdownlint.json | 1 + content/security/for-admins/single-sign-on/manage/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index f4ad7ab7da..c8b9bd0d93 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,6 +1,7 @@ { "default": false, "hr-style": true, + "heading-start-left": true, "no-missing-space-atx": true, "no-multiple-space-atx": true, "no-missing-space-closed-atx": true, diff --git a/content/security/for-admins/single-sign-on/manage/_index.md b/content/security/for-admins/single-sign-on/manage/_index.md index a68dd9c4da..a265f06414 100644 --- a/content/security/for-admins/single-sign-on/manage/_index.md +++ b/content/security/for-admins/single-sign-on/manage/_index.md @@ -45,7 +45,7 @@ aliases: {{< /tab >}} {{< /tabs >}} - ## What's next? +## What's next? - [Set up SCIM](../../scim.md) - [Enable Group mapping](../../group-mapping.md)