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 6148fce commit e9ec0d0Copy full SHA for e9ec0d0
src/pre.l
@@ -1485,6 +1485,7 @@ WSopt [ \t\r]*
1485
BEGIN(SkipVerbatim);
1486
}
1487
<SkipCond>[\\@][\\@]"cond"[ \t]+ {}// escaped cond command
1488
+<SkipCond>[\\@]"cond"/\n |
1489
<SkipCond>[\\@]"cond"[ \t]+ { // cond command in a skipped cond section, this section has to be skipped as well
1490
// but has to be recorded to match the endcond command
1491
startCondSection(yyscanner," ");
0 commit comments