Difference between revisions of "Pandoc"

From COPTR
Jump to navigation Jump to search
(Some updated info and an example of use)
 
Line 1: Line 1:
 
{{Infobox tool
 
{{Infobox tool
|purpose=A universal converter that converts files from one markup format into another
+
|purpose=If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
|homepage=http://pandoc.org
+
|homepage=https://pandoc.org/
 +
|tool_status=Maintained
 +
|sourcecode=https://github.com/jgm/pandoc
 
|license=Free under the GPL
 
|license=Free under the GPL
 
|platforms=Windows, MacOS, Linux, BSD
 
|platforms=Windows, MacOS, Linux, BSD
 +
|language=Haskell
 
|function=File Format Migration
 
|function=File Format Migration
 
|content=Document
 
|content=Document
 
}}
 
}}
{{Infobox tool details}}
 
 
<!-- Use the structure provided in this template, do not change it! -->
 
<!-- Use the structure provided in this template, do not change it! -->
  
Line 28: Line 30:
 
== User Experiences ==
 
== User Experiences ==
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. -->
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. -->
 +
* [https://anjackson.net/2026/01/26/coptr-dpclinic/ Example of PPTX converted to Markdown to make a web version of a presentation]
  
 
== Development Activity ==
 
== Development Activity ==
Line 33: Line 36:
 
Releases are documented through the [http://pandoc.org/releases.html Pandoc release page]. Pandoc 2.3 was released in September 2018.
 
Releases are documented through the [http://pandoc.org/releases.html Pandoc release page]. Pandoc 2.3 was released in September 2018.
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
 +
{{Infobox tool details}}

Latest revision as of 09:03, 20 March 2026


If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
Homepage:https://pandoc.org/
Status: Maintained ✅
Source Code:https://github.com/jgm/pandoc
License:Free under the GPL
Platforms:Windows, MacOS, Linux, BSD
Language:Haskell
Function:File Format Migration
Content type:Document




Description

User Experiences

Development Activity

Releases are documented through the Pandoc release page. Pandoc 2.3 was released in September 2018.