PANDOC
PANDOC is a universal document converter, used to convert files from one markup format to another.
Documentation
Usage
To see what versions of PANDOC are available type
module avail pandoc
To see what other modules are needed, what commands are available and how to get additional help type
module help pandoc
To use PANDOC, include a command like this in your batch script or interactive session to load the PANDOC module:
module load pandoc
Be sure you also load any other modules needed, as listed by the module help pandoc
command.