Skip to content

Commit 1f74dc1

Browse files
authored
Disable TOP008 for TOP006 test file
Test file should showcase TOP006 only. TOP008 violation is intentional here, just don't flag it due to error noise.
1 parent 1f55515 commit 1f74dc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

markdownlint/TOP006_fullFencedCodeLanguage/tests/TOP006_test.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ Valid div due to each tag being surrounded by blank lines.
2222
console.log("This code block should flag an error as it uses "js" instead of "javascript".");
2323
```
2424

25+
<!-- mardownlint-disable TOP008 -->
2526
~~~js
2627
console.log("The rule will still flag even if tilde delimiters are used");
2728
~~~
29+
<!-- markdownlint-enable TOP008 -->
2830

2931
```javascript
3032
console.log("This code block is valid as it uses the appropriate full name.");

0 commit comments

Comments
 (0)