cakebake / markdown-themeable-pdf

ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
https://atom.io/packages/markdown-themeable-pdf
133 stars 37 forks source link

Suggestion: diffrent first page #43

Closed sheggi closed 8 years ago

sheggi commented 8 years ago

It would be cool to enable a first page with different styling from the rest of the document.

cakebake commented 8 years ago

You could write html on the first page with an wrapper class for your styles.

<div class="my-style-for-this-page">
<h1>Heading</h1>
<p>Lorem ipsum dolor sit amet</p>
</div>
<div class="page-break"></div>

I don´t think that other technical options are not available.