Skip to content

Commit e36246c

Browse files
committed
fix: cleanup
1 parent 63bbbb6 commit e36246c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom/MarkdownEditor.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ let crepeInstance: Crepe | null = null;
3434
3535
function normalizeMarkdownForMilkdown(markdown: string): string {
3636
if (!markdown) return '';
37-
3837
// Milkdown/Crepe’s remark parser can choke on raw HTML nodes inside list items
3938
// (e.g. `<br />` gets parsed as an `html` AST node). Convert those line breaks
4039
// back into plain markdown newlines before parsing.

0 commit comments

Comments
 (0)