mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-19 07:20:13 +01:00
Address new lint issues from previous commit.
This commit is contained in:
parent
3a3416f15e
commit
2d48be6694
3 changed files with 14 additions and 15 deletions
|
|
@ -43,11 +43,10 @@ for (const rule of rules) {
|
|||
`<a name="${name.toLowerCase()}"></a>`,
|
||||
""
|
||||
);
|
||||
const section = [];
|
||||
section.push(
|
||||
const section = [
|
||||
`## ${decorator}\`${name}\` - ${rule.description}${decorator}`,
|
||||
""
|
||||
);
|
||||
];
|
||||
if (deprecated) {
|
||||
section.push(
|
||||
"> This rule is deprecated and provided for backward-compatibility",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue