Skip to content

Commit 6fbbc91

Browse files
committedMay 12, 2024
1 parent 4759938 commit 6fbbc91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎app/src/protyle/export/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ const renderPDF = async (id: string) => {
422422
config: {
423423
appearance: { mode: 0, codeBlockThemeDark: "${window.siyuan.config.appearance.codeBlockThemeDark}", codeBlockThemeLight: "${window.siyuan.config.appearance.codeBlockThemeLight}" },
424424
editor: {
425+
allowHTMLBLockScript: ${window.siyuan.config.editor.allowHTMLBLockScript},
425426
fontSize: ${window.siyuan.config.editor.fontSize},
426427
codeLineWrap: true,
427428
codeLigatures: ${window.siyuan.config.editor.codeLigatures},

0 commit comments

Comments
 (0)
Please sign in to comment.