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

First Page @ pdf #145

Open CoolZeroNL opened 5 years ago

CoolZeroNL commented 5 years ago

Is it possible to generate a first page, that have no footer of header ?

ksmarty commented 4 years ago

Bump

I've been struggling with this as well. Any ideas?

owanerwo commented 1 year ago

Bump, I'm also looking for an option to omit header and footer on the first page.

I've tried:

@page :first {
    margin-top: 0cm;
    margin-bottom: 0cm;
}

to hide header and footer under custom content, however it turns out that the setting was applied to every page, not just the first.