From e42ce4e7b388db7c3b37c824bc575246b65cb76e Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 1 Jun 2019 15:10:15 -0700 Subject: [PATCH] Break test. --- lib/markdownlint.js | 1 - test/inline_html.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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