Skip to content

Commit deffd4e

Browse files
committed
docs(README.md): update about additional workflow
The edit accounts for the additional example around docker image pandoc-extra. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 6e7cb6c commit deffd4e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,13 @@ A work around to this is to specify the exact location on the filesystem of the
132132

133133
```
134134
- uses: docker://pandoc/extra:3.8
135-
with:
136-
args: content/cv.md --output=content/cv.pdf --template /.pandoc/templates/eisvogel.latex --listings -V block-headings
135+
with:
136+
args: >- # break string of arguments into multiple lines
137+
README.md --output=output/README.pdf
138+
--standalone
139+
--template /.pandoc/templates/eisvogel.latex
140+
--listings
141+
-V block-headings
137142
```
138143

139144
## Alternatives

0 commit comments

Comments
 (0)