Trim whitespace in blockEndMatcher function

This commit is contained in:
kwaroran
2024-04-03 19:12:59 +09:00
parent f97deccb02
commit 6e8c818ed5

View File

@@ -921,7 +921,7 @@ function blockEndMatcher(p1:string,type:blockMatch,matcherArg:matcherArg):string
return ''
}
if(type === 'parse'){
return p1
return p1.trim()
}
return ''