Flayms / Markdown2Pdf

.NET library for converting markdown to PDF.
https://www.nuget.org/packages/Markdown2Pdf/
MIT License
5 stars 1 forks source link

Default header / footer styling #18

Closed Flayms closed 1 year ago

Flayms commented 1 year ago

Automatically add the

<style>
    html {
        -webkit-print-color-adjust: exact;
    }

    #header, #footer {
        padding: 0;
    }
</style>

to the header / footer.