mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Update README.md with rules and examples.
This commit is contained in:
parent
f252f4f498
commit
3217272971
3 changed files with 120 additions and 16 deletions
|
|
@ -8,6 +8,8 @@ var shared = require("./shared");
|
|||
var ruleToDescription = {};
|
||||
rules.forEach(function forRule(rule) {
|
||||
ruleToDescription[rule.name] = rule.desc;
|
||||
// The following is useful for updating README.md
|
||||
// console.log("* " + rule.name + " - " + rule.desc);
|
||||
});
|
||||
|
||||
function Results() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue