summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/HeadingDepth.yml
blob: 7a3e5b4b552e30528872c65a664e49a80abec87f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Warning: gitlab.HeadingDepth
#
# Checks that there are no headings greater than 3 levels
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Refactor the section or page to avoid headings greater than H5."
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#headings-in-markdown
level: warning
scope: raw
raw:
  - '(?<=\n)#{5,}\s.*'