Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281).

This commit is contained in:
David Anson 2020-11-23 20:47:28 -08:00
parent c693a9a3d8
commit e20502c494
12 changed files with 126 additions and 13 deletions

View file

@ -1678,8 +1678,9 @@ To allow optional headings as with the following structure:
### Notes (optional)
```
Use the special value `"*"` meaning "one or more unspecified headings" and set
the `headings` parameter to:
Use the special value `"*"` meaning "zero or more unspecified headings" or the
special value `"+"` meaning "one or more unspecified headings" and set the
`headings` parameter to:
```json
[