mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -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,
|
||||
|
||||
@@ -45,7 +45,7 @@ aliases:
|
||||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
|
||||
## What's next?
|
||||
## What's next?
|
||||
|
||||
- [Set up SCIM](../../scim.md)
|
||||
- [Enable Group mapping](../../group-mapping.md)
|
||||
|
||||
Reference in New Issue
Block a user