Adds a rule that raises a warning every time it detects a code block (defined by `` in MD andcode-blockin reST) and that contains a line with a codeblock (#and//` as of now as the two popular ways to define a comment in many languages, the list can be expanded).
The rule will raise a false positive if # or \\ that is not a comment occurs in the code block. The only example I can think of is Win path format e.g. C:\\. :thinking:
Adds a rule that raises a warning every time it detects a code block (defined by
`` in MD and
code-blockin reST) and that contains a line with a codeblock (
#and
//` as of now as the two popular ways to define a comment in many languages, the list can be expanded).The rule will raise a false positive if
#
or\\
that is not a comment occurs in the code block. The only example I can think of is Win path format e.g.C:\\
. :thinking: