mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-12-28 17:28:51 +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';
|
blockContent += '\n';
|
||||||
});
|
});
|
||||||
content += elementToText(blockContent, blockTypes[0]);
|
content += elementToText(blockContent, blockTypes[0]);
|
||||||
content += '\n';
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return content;
|
return content;
|
||||||
|
Loading…
Reference in New Issue
Block a user