Add support for other paper sizes than A4 (--size and --orientation), make custom css file optional, update README
This commit is contained in:
parent
010676b495
commit
26373ce09a
2 changed files with 39 additions and 7 deletions
10
README.md
10
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue