Skip to content

Fix example (#43)

Fix example (#43) #37

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