Skip to content

Commit 752c285

Browse files
committed
ADD TO: publish action / auto-generate table of contents
1 parent a819c7f commit 752c285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.markdownlint-cli2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ config:
3838
MD031: false
3939
# MD032/blanks-around-lists - Lists should be surrounded by blank lines.
4040
MD032: false
41+
# MD036/no-emphasis-as-heading : Emphasis used instead of a heading.
42+
# Disabled as this is used as a "hack" to exclude select headers from the automatic Table of Contents creation.
43+
MD036: false
4144
# MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading.
4245
MD041: false
4346

0 commit comments

Comments
 (0)