Skip to content

Commit ceee178

Browse files
committed
remove continue
1 parent 91a21c2 commit ceee178

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/marked.js

-1
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,6 @@ function findClosingBracket(str, b) {
15191519
i++;
15201520
} else if (str[i] === b[0]) {
15211521
level++;
1522-
continue;
15231522
} else if (str[i] === b[1]) {
15241523
level--;
15251524
if (level < 0) {

0 commit comments

Comments
 (0)