Pandoc

Pandoc is a command line tool for interconversion of a wide variety of document formats. See https://pandoc.org for a full list.

Module

List the available versions:

module spider pandoc

Output:

--------------------------

  pandoc/1.19.2.1

  pandoc/2.7

--------------------------

...

See how to load the version you need:

module spider pandoc/<version>

Load any required modules that are reported by the spider command, and then load the pandoc module:

module load pandoc/<version>