Add support for other paper sizes than A4 (--size and --orientation), make custom css file optional, update README

This commit is contained in:
ChaoticByte 2025-04-06 10:49:55 +02:00
parent 010676b495
commit 26373ce09a
No known key found for this signature in database
2 changed files with 39 additions and 7 deletions

View file

@ -4,9 +4,17 @@
```html
<div class="sheet">
<h1>Hello</h1>
<p>World</p>
<p>{{ name }}</p>
</div>
<div class="sheet">
<h1>Second Page</h1>
</div>
```
## Data Example
```yml
title: Example Document
lang: en
name: World
```