We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee33176 commit 5991790Copy full SHA for 5991790
1 file changed
src/app/plugins/markdown/htmlToMarkdown.ts
@@ -166,7 +166,6 @@ function reconstructTag(node: Element): string {
166
return `<${node.name}${attributes}>${content}</${node.name}>`;
167
}
168
169
-
170
function processInlineElements(node: Element): string {
171
return node.children.map((c) => processNode(c)).join('');
172
0 commit comments