You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-14 23:26:58 +02:00
Clean up
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user