Fix double lines

This commit is contained in:
Johannes Zillmann 2024-04-21 09:26:12 -06:00
parent 78db114632
commit f0f9a3b896

View File

@ -23,7 +23,6 @@ export default class MarkdownConverter implements Converter {
blockContent += '\n'; blockContent += '\n';
}); });
content += elementToText(blockContent, blockTypes[0]); content += elementToText(blockContent, blockTypes[0]);
content += '\n';
}); });
return content; return content;