Skip to content

Commit

Permalink
Removed fallback markdown as it affected mindmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
wizbit committed Oct 8, 2024
1 parent 7d7bb4f commit 3b2066b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mermaid/src/rendering-util/handle-markdown-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ export function markdownToLines(markdown: string, config: MermaidConfig = {}): M
node.tokens.forEach((contentNode) => {
processNode(contentNode as MarkedToken, parentType);
});
} else {
lines[currentLine].push({ content: node.raw, type: parentType });
}
}

Expand Down

0 comments on commit 3b2066b

Please sign in to comment.