1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Resolves #2242: Implements Sync-Scroll for Markdown Editor and Viewer (#5512)

This commit is contained in:
Kenichi Kobayashi
2021-11-03 21:10:46 +09:00
committed by GitHub
parent 725abbc167
commit 630a400181
12 changed files with 386 additions and 108 deletions

View File

@ -19,6 +19,7 @@ export interface MarkupToHtmlOptions {
contentMaxWidth?: number;
plugins?: Record<string, any>;
bodyOnly?: boolean;
mapsToLine?: boolean;
}
export default function useMarkupToHtml(deps: HookDependencies) {