mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-07 02:50:15 +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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue