Add br tag in parser.ts
This commit is contained in:
@@ -606,7 +606,9 @@ const matcher = (p1:string,matcherArg:matcherArg) => {
|
|||||||
//output, like 1:30:00
|
//output, like 1:30:00
|
||||||
return hours.toString() + ':' + minutes.toString().padStart(2,'0') + ':' + seconds.toString().padStart(2,'0')
|
return hours.toString() + ':' + minutes.toString().padStart(2,'0') + ':' + seconds.toString().padStart(2,'0')
|
||||||
}
|
}
|
||||||
|
case 'br':{
|
||||||
|
return '\n'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
const arra = p1.split("::")
|
const arra = p1.split("::")
|
||||||
if(arra.length > 1){
|
if(arra.length > 1){
|
||||||
|
|||||||
Reference in New Issue
Block a user