Improve automark.ts code to handle more symbols

This commit is contained in:
kwaroran
2024-06-18 21:32:39 +09:00
parent 1c30c4ac98
commit 0925431588

View File

@@ -196,11 +196,8 @@ export function risuFormater(dat:string){
lineResult = lineResult.substring(0,lineResult.length-1)
}
console.log(lineResult)
result += lineResult
}
console.log(result)
return result.trim()
}