mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-06 02:20:16 +01:00
Update README.md and CustomRules.md documentation of new fixInfo behavior.
This commit is contained in:
parent
33e3797084
commit
d974e78e3f
2 changed files with 11 additions and 6 deletions
|
|
@ -427,8 +427,9 @@ includes information about the line number, rule names, description, as well as
|
|||
additional detail or context that is available. *This is the default.*
|
||||
|
||||
Passing a `resultVersion` of `3` corresponds to the detailed version `2` format
|
||||
with additional information about fixes for certain errors. All errors for each
|
||||
line are included (other versions collapse multiple errors for the same rule).
|
||||
with additional information about how to fix automatically-fixable errors. In this
|
||||
mode, all errors that occur on each line are reported (other versions report only
|
||||
the first error for each rule).
|
||||
|
||||
##### options.markdownItPlugins
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue