mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Break test.
This commit is contained in:
parent
38d65b0943
commit
e42ce4e7b3
2 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<h1>Inline HTML Heading {MD033}</h1>
|
||||
|
||||
<p>More inline HTML {MD033}
|
||||
<p>More inline HTML
|
||||
but this time on multiple lines
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue