Trim whitespace in blockEndMatcher function
This commit is contained in:
@@ -921,7 +921,7 @@ function blockEndMatcher(p1:string,type:blockMatch,matcherArg:matcherArg):string
|
|||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
if(type === 'parse'){
|
if(type === 'parse'){
|
||||||
return p1
|
return p1.trim()
|
||||||
|
|
||||||
}
|
}
|
||||||
return ''
|
return ''
|
||||||
|
|||||||
Reference in New Issue
Block a user