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