Skip to content

Merge pull request #42 from nbehrnd/pandoc_extra #38

Merge pull request #42 from nbehrnd/pandoc_extra

Merge pull request #42 from nbehrnd/pandoc_extra #38

Workflow file for this run

name: Long Usage
on: push
jobs:
convert_via_pandoc:
runs-on: ubuntu-24.04
steps:
- run: echo "foo" > input.txt # create an example file
- uses: docker://pandoc/core:3.8
with:
args: >- # allows you to break string into multiple lines
--standalone
--output=index.html
input.txt