This commit is contained in:
David Anson 2025-08-27 21:30:54 -07:00
parent cfe46ea322
commit 802e3fbdd4
2 changed files with 9 additions and 3 deletions

View file

@ -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 for parts of a document. Setting `noInlineConfig` to `true` ignores all such
comments. 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 ##### options.strings

View file

@ -646,7 +646,7 @@ test("readmeHeadings", (t) => new Promise((resolve) => {
"##### options.handleRuleFailures", "##### options.handleRuleFailures",
"##### options.markdownItFactory", "##### options.markdownItFactory",
"##### options.noInlineConfig", "##### options.noInlineConfig",
"##### options.resultVersion", "##### ~~options.resultVersion~~",
"##### options.strings", "##### options.strings",
"#### callback", "#### callback",
"#### result", "#### result",