Skip to content

Commit 4b78202

Browse files
authored
Merge pull request #1605 from tamo/patch-1
2 parents 6b8950d + 9343d32 commit 4b78202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3137,7 +3137,7 @@ function checkInContainerSyntax () {
31373137

31383138
function matchInContainer (text) {
31393139
var match
3140-
match = text.match(/:{3,}/g)
3140+
match = text.match(/^:::/gm)
31413141
if (match && match.length % 2) {
31423142
return true
31433143
} else {

0 commit comments

Comments
 (0)