fix:highlight
This commit is contained in:
@@ -175,9 +175,11 @@ export function risuFormater(dat:string){
|
|||||||
lineResult = lineResult.substring(1)
|
lineResult = lineResult.substring(1)
|
||||||
}
|
}
|
||||||
if(lineResult.endsWith(' ')){
|
if(lineResult.endsWith(' ')){
|
||||||
lineResult = lineResult.substring(0,result.length-1)
|
lineResult = lineResult.substring(0,lineResult.length-1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(lineResult)
|
||||||
|
|
||||||
result += lineResult + '\n'
|
result += lineResult + '\n'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user