diff --git a/public/js/index.js b/public/js/index.js index c736cb7f..f26db0fe 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -3137,7 +3137,7 @@ function checkInContainerSyntax () { function matchInContainer (text) { var match - match = text.match(/:{3,}/g) + match = text.match(/^:::/gm) if (match && match.length % 2) { return true } else {