1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-14 23:26:58 +02:00
This commit is contained in:
Laurent Cozic
2020-10-20 22:35:21 +01:00
parent 9f7ea7d865
commit 61c09f5bf8
9 changed files with 60 additions and 46 deletions

View File

@@ -469,7 +469,7 @@ export default class MdToHtml {
let cssStrings = noteStyle(options.theme);
let output = { ...this.allProcessedAssets(theme, options.codeTheme) };
let output = { ...this.allProcessedAssets(options.theme, options.codeTheme) };
cssStrings = cssStrings.concat(output.cssStrings);
if (options.userCss) cssStrings.push(options.userCss);