From 697154d3293c16ed2efab515d87ba464f1e9c7c9 Mon Sep 17 00:00:00 2001 From: guibiaoguo Date: Sun, 8 Aug 2021 17:16:53 +0800 Subject: [PATCH 1/2] Update app.js update markdown --- themes/material/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/material/app.js b/themes/material/app.js index ec00cbf1..0504c8ba 100644 --- a/themes/material/app.js +++ b/themes/material/app.js @@ -1,7 +1,7 @@ // 在head 中 加载 必要静态 document.write(''); // markdown支持 -document.write(''); +document.write(''); document.write(''); // add custome theme and darkmode if (UI.dark_mode) { From 2cfe5a1b3b914ba3baf7da2580d0cc2ba6fb89c6 Mon Sep 17 00:00:00 2001 From: guibiaoguo Date: Sun, 8 Aug 2021 18:03:36 +0800 Subject: [PATCH 2/2] Update app.js --- themes/material/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/material/app.js b/themes/material/app.js index 0504c8ba..5e769515 100644 --- a/themes/material/app.js +++ b/themes/material/app.js @@ -1,7 +1,7 @@ // 在head 中 加载 必要静态 document.write(''); // markdown支持 -document.write(''); +document.write(''); document.write(''); // add custome theme and darkmode if (UI.dark_mode) {