From 1a3d67f281138f8f6fe4f5d03b7837125e7fa609 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 24 Oct 2023 12:10:11 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9471 --- app/src/protyle/export/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts index b0d301d97..92e4d6de4 100644 --- a/app/src/protyle/export/index.ts +++ b/app/src/protyle/export/index.ts @@ -623,6 +623,7 @@ id="preview">${data.data.content} appearance: { mode: ${mode}, codeBlockThemeDark: "${window.siyuan.config.appearance.codeBlockThemeDark}", codeBlockThemeLight: "${window.siyuan.config.appearance.codeBlockThemeLight}" }, editor: { codeLineWrap: true, + fontSize: ${window.siyuan.config.editor.fontSize}, codeLigatures: ${window.siyuan.config.editor.codeLigatures}, plantUMLServePath: "${window.siyuan.config.editor.plantUMLServePath}", codeSyntaxHighlightLineNum: ${window.siyuan.config.editor.codeSyntaxHighlightLineNum},