From d8b96ddcf38737c6afb5bd8a4b9bb788fdd39be8 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Thu, 4 Jul 2024 18:01:02 +0800 Subject: [PATCH] Update Nlbench.sh --- Nlbench.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Nlbench.sh b/Nlbench.sh index dbd66b5..fef65c5 100644 --- a/Nlbench.sh +++ b/Nlbench.sh @@ -250,10 +250,12 @@ generate_markdown_output() { echo "[/tab]" >> "$final_output_file" echo "[tab=\"IP质量\"]" >> "$final_output_file" + echo "\`\`\`" >> "$final_output_file" if [ -f "${base_output_file}_ip_quality" ]; then cat "${base_output_file}_ip_quality" >> "$final_output_file" rm "${base_output_file}_ip_quality" fi + echo "\`\`\`" >> "$final_output_file" echo "[/tab]" >> "$final_output_file" echo "[tab=\"流媒体\"]" >> "$final_output_file"