mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 16:12:38 +10:00
cleanup log
This commit is contained in:
@ -23,7 +23,6 @@ export function turndown(html: string): string {
|
|||||||
mathInline,
|
mathInline,
|
||||||
mathBlock,
|
mathBlock,
|
||||||
]);
|
]);
|
||||||
console.log(turndownService.turndown(html));
|
|
||||||
return turndownService.turndown(html).replaceAll('<br>', ' ');
|
return turndownService.turndown(html).replaceAll('<br>', ' ');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user