Difference between revisions of "Pandoc"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Converter {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|pandoc}} |{{#vardefine:url|https://pandoc.org/index.html}} <!--CONFIGURATION: OP...") |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 24: | Line 24: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - exectuable directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_MAN - manual directory |
<!--Configuration--> | <!--Configuration--> |
Revision as of 21:22, 6 December 2019
Description
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert documents in (several dialects of) Markdown, reStructuredText, textile, HTML, DocBook, LaTeX, MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Vimwiki markup, OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Microsoft Word docx, LibreOffice ODT, EPUB, or Haddock markup.
Environment Modules
Run module spider pandoc
to find out what environment modules are available for this application.
System Variables
- HPC_PANDOC_DIR - installation directory
- HPC_PANDOC_BIN - exectuable directory
- HPC_PANDOC_MAN - manual directory