mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
wip
This commit is contained in:
parent
cfe46ea322
commit
802e3fbdd4
2 changed files with 9 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -620,9 +620,15 @@ By default, properly-formatted inline comments can be used to create exceptions
|
|||
for parts of a document. Setting `noInlineConfig` to `true` ignores all such
|
||||
comments.
|
||||
|
||||
##### options.resultVersion
|
||||
##### ~~options.resultVersion~~
|
||||
|
||||
DEPRECATED
|
||||
This property is *deprecated* and can be removed. The default format of the
|
||||
`result` object remains the same as setting `resultVersion` to `3`. For
|
||||
continued access to other (previously *deprecated*) formats:
|
||||
|
||||
```javascript
|
||||
import { convertToResultVersion0, convertToResultVersion1, convertToResultVersion2 } from "markdownlint/helpers";
|
||||
```
|
||||
|
||||
##### options.strings
|
||||
|
||||
|
|
|
|||
|
|
@ -646,7 +646,7 @@ test("readmeHeadings", (t) => new Promise((resolve) => {
|
|||
"##### options.handleRuleFailures",
|
||||
"##### options.markdownItFactory",
|
||||
"##### options.noInlineConfig",
|
||||
"##### options.resultVersion",
|
||||
"##### ~~options.resultVersion~~",
|
||||
"##### options.strings",
|
||||
"#### callback",
|
||||
"#### result",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue