Skip to content

Commit 078a817

Browse files
committed
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 <[email protected]>
1 parent e1ac3a4 commit 078a817

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"default": false,
33
"hr-style": true,
4+
"heading-start-left": true,
45
"no-missing-space-atx": true,
56
"no-multiple-space-atx": true,
67
"no-missing-space-closed-atx": true,

content/security/for-admins/single-sign-on/manage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ aliases:
4545
{{< /tab >}}
4646
{{< /tabs >}}
4747

48-
## What's next?
48+
## What's next?
4949

5050
- [Set up SCIM](../../scim.md)
5151
- [Enable Group mapping](../../group-mapping.md)

0 commit comments

Comments
 (0)