We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bbbb6 commit e36246cCopy full SHA for e36246c
custom/MarkdownEditor.vue
@@ -34,7 +34,6 @@ let crepeInstance: Crepe | null = null;
34
35
function normalizeMarkdownForMilkdown(markdown: string): string {
36
if (!markdown) return '';
37
-
38
// Milkdown/Crepe’s remark parser can choke on raw HTML nodes inside list items
39
// (e.g. `<br />` gets parsed as an `html` AST node). Convert those line breaks
40
// back into plain markdown newlines before parsing.
0 commit comments