mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Code review feedback for "header"->"heading" change.
This commit is contained in:
parent
45424cf459
commit
c7c4c032d1
5 changed files with 17 additions and 17 deletions
|
|
@ -183,7 +183,7 @@ function mapAliasToRuleNames(ruleList) {
|
|||
// The following is useful for updating README.md:
|
||||
// console.log(
|
||||
// "* **[" + ruleName + "](doc/Rules.md#" + ruleName.toLowerCase() +
|
||||
// ")** *" + rule.names.slice(1).join(", ") + "* - " + rule.description);
|
||||
// ")** *" + rule.names.slice(1).join("/") + "* - " + rule.description);
|
||||
rule.names.forEach(function forName(name) {
|
||||
var nameUpper = name.toUpperCase();
|
||||
aliasToRuleNames[nameUpper] = [ ruleName ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue