mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +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
|
|
@ -10,5 +10,5 @@
|
|||
```
|
||||
|
||||
```spaces
|
||||
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1065,7 +1065,7 @@ module.exports.readme = function readme(test) {
|
|||
var ruleAliases = rule.names.slice(1);
|
||||
var expected = "**[" + ruleName + "](doc/Rules.md#" +
|
||||
ruleName.toLowerCase() + ")** *" +
|
||||
ruleAliases.join(", ") + "* - " + rule.description;
|
||||
ruleAliases.join("/") + "* - " + rule.description;
|
||||
test.equal(token.content, expected, "Rule mismatch.");
|
||||
}
|
||||
} else if (inTags) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue