We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7cb6c commit deffd4eCopy full SHA for deffd4e
README.md
@@ -132,8 +132,13 @@ A work around to this is to specify the exact location on the filesystem of the
132
133
```
134
- 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
+ with:
+ 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
142
143
144
## Alternatives
0 commit comments