Update MD043 to fix required header checks in middle and last when using special char "*" (#396)

This commit is contained in:
Jeremy Suriel 2021-05-20 15:45:27 -04:00 committed by GitHub
parent 9122b8d935
commit c6d95cb904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 90 additions and 6 deletions

View file

@ -0,0 +1,14 @@
{
"default": true,
"MD043": {
"headings": [
"# One",
"*",
"### Three",
"*",
"### Five",
"*",
"#### FOO"
]
}
}

View file

@ -0,0 +1,15 @@
# One
## Two
### THREE
## four
## Five
### SiX
#### FOO
{MD043:16}

View file

@ -0,0 +1,14 @@
{
"default": true,
"MD043": {
"headings": [
"# One",
"*",
"### Three",
"*",
"### FOO",
"*",
"#### 7"
]
}
}

View file

@ -0,0 +1,15 @@
# One
## Two
### THREE
## four
## Five
### SiX
#### 7
{MD043:16}

View file

@ -0,0 +1,11 @@
{
"default": true,
"MD043": {
"headings": [
"# One",
"## Two",
"### Three",
"*"
]
}
}

View file

@ -0,0 +1,5 @@
# One
## Two
### THREE