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 4c11c39 commit 2bf4caaCopy full SHA for 2bf4caa
.README/rules/check-examples.md
@@ -26,7 +26,7 @@ syntax highlighting). The following options determine whether a given
26
so you may wish to use `(?:...)` groups where you do not wish the
27
first such group treated as one to include. If no parenthetical group
28
exists or matches, the whole matching expression will be used.
29
- An example might be ````"^```(?:js|javascript)([\\s\\S]*)```$"````
+ An example might be ````"^```(?:js|javascript)([\\s\\S]*)```\s*$"````
30
to only match explicitly fenced JavaScript blocks.
31
* `rejectExampleCodeRegex` - Regex blacklist which rejects
32
non-lintable examples (has priority over `exampleCodeRegex`). An example
0 commit comments