mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Set options.handleRuleFailures=true in demo page for easier diagnostics.
This commit is contained in:
parent
0f72bf054b
commit
517fc61424
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@
|
|||
},
|
||||
"config": {
|
||||
"MD013": false
|
||||
}
|
||||
},
|
||||
"handleRuleFailures": true
|
||||
};
|
||||
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