Difference between revisions of "Pandoc"

From UFRC
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...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Converter]]
+
[[Category:Software]][[Category:Utility]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|pandoc}}
 
|{{#vardefine:app|pandoc}}
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_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - exectuable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - exectuable directory
* HPC_{{#uppercase:{{#var:app}}}}_MAN - manual directory
+
* HPC_{{uc:{{#var:app}}}}_MAN - manual directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 16:31, 21 August 2022

Description

pandoc website  

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