yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

Single page pdf #381

Open adam-kiss-sg opened 2 months ago

adam-kiss-sg commented 2 months ago

I saw that there is a setting in the extension to set the pdf page height. Is it possible to set it to auto or something, so the pdf becomes one long page? Eg: same width as A4, but height is as big as it needs to to fit all content.

chrisspruck commented 2 months ago

I'd love to see this too. I currently have to maintain another branch for my markdown where I add page breaks (via <div class="page" />) so it doesn't split the page in the middle of a block of text or a bulleted list.