mirror of
https://github.com/status-im/codimd.git
synced 2025-03-03 02:20:33 +00:00
Merge pull request #1605 from tamo/patch-1
This commit is contained in:
commit
4b78202494
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user