Improve automark.ts code to handle more symbols
This commit is contained in:
@@ -196,11 +196,8 @@ export function risuFormater(dat:string){
|
|||||||
lineResult = lineResult.substring(0,lineResult.length-1)
|
lineResult = lineResult.substring(0,lineResult.length-1)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(lineResult)
|
|
||||||
|
|
||||||
result += lineResult
|
result += lineResult
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(result)
|
|
||||||
return result.trim()
|
return result.trim()
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user