From 91e81ceef1cd1a183af157e7bc6dc696e8ff2bd5 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 24 Oct 2023 11:55:56 +0800 Subject: [PATCH] :art: fix 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 ae7408f27..b0d301d97 100644 --- a/app/src/protyle/export/index.ts +++ b/app/src/protyle/export/index.ts @@ -384,6 +384,7 @@ id="preview"> config: { appearance: { mode: 0, codeBlockThemeDark: "${window.siyuan.config.appearance.codeBlockThemeDark}", codeBlockThemeLight: "${window.siyuan.config.appearance.codeBlockThemeLight}" }, editor: { + fontSize: ${window.siyuan.config.editor.fontSize}, codeLineWrap: true, codeLigatures: ${window.siyuan.config.editor.codeLigatures}, plantUMLServePath: "${window.siyuan.config.editor.plantUMLServePath}",