diff --git a/lib/markdownlint.js b/lib/markdownlint.js index f75d9ef7..68c75ddf 100644 --- a/lib/markdownlint.js +++ b/lib/markdownlint.js @@ -11,7 +11,6 @@ const helpers = require("../helpers"); const cache = require("./cache"); const deprecatedRuleNames = [ "MD002" ]; -const x = 5; // Validates the list of rules for structure and reuse function validateRuleList(ruleList) { diff --git a/test/inline_html.md b/test/inline_html.md index 90ddd406..2db4d0f0 100644 --- a/test/inline_html.md +++ b/test/inline_html.md @@ -2,7 +2,7 @@

Inline HTML Heading {MD033}

-

More inline HTML {MD033} +

More inline HTML but this time on multiple lines