We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f55515 commit 1f74dc1Copy full SHA for 1f74dc1
markdownlint/TOP006_fullFencedCodeLanguage/tests/TOP006_test.md
@@ -22,9 +22,11 @@ Valid div due to each tag being surrounded by blank lines.
22
console.log("This code block should flag an error as it uses "js" instead of "javascript".");
23
```
24
25
+<!-- mardownlint-disable TOP008 -->
26
~~~js
27
console.log("The rule will still flag even if tilde delimiters are used");
28
~~~
29
+<!-- markdownlint-enable TOP008 -->
30
31
```javascript
32
console.log("This code block is valid as it uses the appropriate full name.");
0 commit comments