diff --git a/src/ts/util.ts b/src/ts/util.ts index 5f44c7bd..d3ef3dc2 100644 --- a/src/ts/util.ts +++ b/src/ts/util.ts @@ -569,7 +569,6 @@ export function applyMarkdownToNode(node: Node) { const text = node.textContent; if (text) { let markdown = mconverted.parseInline(text); - markdown = mconverted.parseInline(markdown) if (markdown !== text) { const span = document.createElement('span'); span.innerHTML = markdown; @@ -588,4 +587,4 @@ export function applyMarkdownToNode(node: Node) { applyMarkdownToNode(child); } } -} \ No newline at end of file +}