You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Server: Fixed publishing of notes with HTML markup type
This commit is contained in:
@@ -24,7 +24,7 @@ export interface RenderResultPluginAsset {
|
||||
export interface RenderResult {
|
||||
html: string;
|
||||
pluginAssets: RenderResultPluginAsset[];
|
||||
cssStrings?: string[];
|
||||
cssStrings: string[];
|
||||
}
|
||||
|
||||
export interface OptionsResourceModel {
|
||||
|
||||
Reference in New Issue
Block a user