Skip to content

Commit 5991790

Browse files
committed
formatting
1 parent ee33176 commit 5991790

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/plugins/markdown/htmlToMarkdown.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ function reconstructTag(node: Element): string {
166166
return `<${node.name}${attributes}>${content}</${node.name}>`;
167167
}
168168

169-
170169
function processInlineElements(node: Element): string {
171170
return node.children.map((c) => processNode(c)).join('');
172171
}

0 commit comments

Comments
 (0)