Source file: new/pandoc.yml
pandoc plugin
Details
steps:
- name: "Generate PDF from Markdown"
description: "Description of this step"
plugin:
name: pandoc
base_path: .
inputs:
- README.md
output: README.pdf
options:
- --standalone
- --toc
- --number-sections