mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-12-28 01:08:57 +01:00
Fix double lines
This commit is contained in:
parent
78db114632
commit
f0f9a3b896
@ -23,7 +23,6 @@ export default class MarkdownConverter implements Converter {
|
||||
blockContent += '\n';
|
||||
});
|
||||
content += elementToText(blockContent, blockTypes[0]);
|
||||
content += '\n';
|
||||
});
|
||||
|
||||
return content;
|
||||
|
Loading…
Reference in New Issue
Block a user