vscode-markdown-pdf
vscode-markdown-pdf copied to clipboard
The generated PDF doesn't break lines as the same in markdown
Environment: win10 + VScode + markdown-pdf 1.4.4
Problem: I typed some test texts in markdown and used markdown-pdf to generate a pdf.
However, the line break between "something 2" and "something 3" is missing.

How to fix it?
Hi,
Viscose works to the CommonMark specification of Markdown. CommonMark doesn't require an extra carriage-return, so your example looks fine in VSCode.
Many other Markdown renderers require an extra CR. Just hit Enter an extra time after the heading and it will render fine.