mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Change default value of options.resultVersion to 1 (breaking change).
This commit is contained in:
parent
5bea80f5cd
commit
8c34383f80
6 changed files with 116 additions and 142 deletions
|
@ -47,8 +47,7 @@
|
|||
},
|
||||
"config": {
|
||||
"MD013": false
|
||||
},
|
||||
"resultVersion": 1
|
||||
}
|
||||
};
|
||||
var results = window.markdownlint.sync(options);
|
||||
violations.innerHTML = results.content.map(function mapResult(result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue