Skip to content

Latest commit

 

History

History
 
 

setup-pandoc

setup-pandoc

RStudio community

This action sets up pandoc and pandoc-citeproc by:

  • downloading and caching a released version of pandoc by version and adding it to the PATH

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-pandoc@v2
  with:
    pandoc-version: '2.17.1' # The pandoc version to download (if necessary) and use.
- run: echo "# Test" | pandoc -t html

License

The scripts and documentation in this project are released under the MIT License.

Contributions

Contributions are welcome! See Contributor's Guide