mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add rule aliases, support throughout (fixes #1).
This commit is contained in:
parent
b7342485d9
commit
9546cc520e
9 changed files with 283 additions and 101 deletions
|
|
@ -24,6 +24,6 @@ markdownlint(options, function callback(err, result) {
|
|||
}
|
||||
});
|
||||
|
||||
// Make a synchronous call
|
||||
// Make a synchronous call, passing true to toString()
|
||||
var result = markdownlint.sync(options);
|
||||
console.log(result.toString());
|
||||
console.log(result.toString(true));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue