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>
This commit is contained in:
David Karlsson
2024-02-01 15:41:17 +01:00
parent e1ac3a4f36
commit 078a817e12
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -45,7 +45,7 @@ aliases:
{{< /tab >}}
{{< /tabs >}}
## What's next?
## What's next?
- [Set up SCIM](../../scim.md)
- [Enable Group mapping](../../group-mapping.md)