cleanup log
This commit is contained in:
parent
2df7de5828
commit
109dbdbe02
1 changed files with 0 additions and 1 deletions
|
|
@ -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>', ' ');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue