From 1b7599725adf4953e4268088ab55b3bb0f6fefde Mon Sep 17 00:00:00 2001 From: yc5 Date: Sat, 30 Jul 2022 23:35:03 +0800 Subject: [PATCH] Fix code block display --- English Version/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/English Version/README.md b/English Version/README.md index 06e18bf..d4bd6fd 100644 --- a/English Version/README.md +++ b/English Version/README.md @@ -31,7 +31,7 @@ CREDITS to the Original Author, my Senior in CNS Laboratory: Ding-Jie Huang 黃 Extra notes for Visual Studio Code users: In case you are using LaTeX workshop to compile your LaTeX, please copy and paste the following toolchain scripts onto your user settings. - ``` json +``` json "latex-workshop.latex.toolchain": [ { "command": "xelatex", @@ -64,4 +64,4 @@ In case you are using LaTeX workshop to compile your LaTeX, please copy and past ] } ] - ``` +```