mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-12-26 08:15:19 +00:00
Update Nlbench_beta.sh
This commit is contained in:
parent
df018cfead
commit
b10efa9b61
@ -123,7 +123,7 @@ show_welcome() {
|
||||
|
||||
# Markdown 转义函数
|
||||
escape_markdown() {
|
||||
sed 's/```/\\`\\`\\`/g' | sed 's/\[/\\[/g' | sed 's/\]/\\]/g' | sed 's/\*/\\*/g' | sed 's/_/\\_/g'
|
||||
sed -E 's/\x1b\[[0-9;]*[a-zA-Z]//g'
|
||||
}
|
||||
|
||||
# 执行YABS测试
|
||||
|
Loading…
Reference in New Issue
Block a user