Downloads:
918,334
Downloads of v 1.11.1:
10,042
Last Update:
26 Jul 2013
Package Maintainer(s):
Software Author(s):
- John MacFarlane
Tags:
text markdown latex pdf docx restructuredtext textil html docbook slides- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Pandoc
This is not the latest version of Pandoc available.
- 1
- 2
- 3
1.11.1 | Updated: 26 Jul 2013
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
918,334
Downloads of v 1.11.1:
10,042
Maintainer(s):
Software Author(s):
- John MacFarlane
Pandoc 1.11.1
This is not the latest version of Pandoc available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by John MacFarlane. The inclusion of John MacFarlane trademark(s), if any, upon this webpage is solely to identify John MacFarlane goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Pandoc, run the following command from the command line or from PowerShell:
To upgrade Pandoc, run the following command from the command line or from PowerShell:
To uninstall Pandoc, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pandoc --internalize --version=1.11.1 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pandoc -y --source="'INTERNAL REPO URL'" --version="'1.11.1'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pandoc -y --source="'INTERNAL REPO URL'" --version="'1.11.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pandoc
win_chocolatey:
name: pandoc
version: '1.11.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pandoc' do
action :install
source 'INTERNAL REPO URL'
version '1.11.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pandoc
{
Name = "pandoc"
Version = "1.11.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pandoc':
ensure => '1.11.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 18 Jul 2016.
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert documents in markdown, reStructuredText, textile, HTML, DocBook, or LaTeX
Log in or click on link to see number of positives.
- pandoc.1.11.1.nupkg (7f35c32c632e) - ## / 58
- pandoc-1.11.1.msi (75d2fe505469) - ## / 54
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Pandoc 3.5.0 | 15233 | Sunday, October 6, 2024 | Approved | |
Pandoc 3.2.1 | 35390 | Tuesday, June 25, 2024 | Approved | |
Pandoc 3.1.13 | 27328 | Monday, April 8, 2024 | Approved | |
Pandoc 3.1.12.3 | 10883 | Tuesday, March 19, 2024 | Approved | |
Pandoc 3.1.12.2 | 8946 | Saturday, March 2, 2024 | Approved | |
Pandoc 3.1.12.1 | 5644 | Sunday, February 18, 2024 | Approved | |
Pandoc 3.1.12 | 1982 | Friday, February 16, 2024 | Approved | |
Pandoc 3.1.11.1 | 16743 | Sunday, January 7, 2024 | Approved | |
Pandoc 3.1.11 | 8597 | Sunday, December 17, 2023 | Approved | |
Pandoc 3.1.10 | 2159 | Thursday, December 14, 2023 | Approved | |
Pandoc 3.1.9 | 19933 | Sunday, October 29, 2023 | Approved | |
Pandoc 3.1.8 | 16874 | Sunday, September 10, 2023 | Approved | |
Pandoc 3.1.7 | 60 | Friday, September 1, 2023 | Approved | |
Pandoc 3.1.6.2 | 6851 | Wednesday, August 23, 2023 | Approved | |
Pandoc 3.1.6.1 | 8359 | Tuesday, August 8, 2023 | Approved | |
Pandoc 3.1.6 | 8526 | Saturday, July 22, 2023 | Approved | |
Pandoc 3.1.5 | 2834 | Saturday, July 8, 2023 | Approved | |
Pandoc 3.1.4 | 7526 | Sunday, June 25, 2023 | Approved | |
Pandoc 3.1.3 | 10331 | Thursday, June 8, 2023 | Approved | |
Pandoc 3.1.2 | 25920 | Tuesday, March 28, 2023 | Approved | |
Pandoc 3.1.1 | 9400 | Monday, March 6, 2023 | Approved | |
Pandoc 3.1 | 9703 | Saturday, February 11, 2023 | Approved | |
Pandoc 3.0.1 | 7598 | Thursday, January 26, 2023 | Approved | |
Pandoc 3.0 | 3827 | Thursday, January 19, 2023 | Approved | |
Pandoc 2.19.2 | 55312 | Tuesday, August 23, 2022 | Approved | |
Pandoc 2.19.1 | 1968 | Saturday, August 20, 2022 | Approved | |
Pandoc 2.19 | 7814 | Friday, August 5, 2022 | Approved | |
Pandoc 2.18 | 60270 | Tuesday, April 5, 2022 | Approved | |
Pandoc 2.17.1.1 | 29660 | Tuesday, February 1, 2022 | Approved | |
Pandoc 2.17.1 | 1320 | Monday, January 31, 2022 | Approved | |
Pandoc 2.17.0.1 | 8068 | Saturday, January 15, 2022 | Approved | |
Pandoc 2.17 | 1159 | Friday, January 14, 2022 | Approved | |
Pandoc 2.16.2 | 21869 | Wednesday, November 24, 2021 | Approved | |
Pandoc 2.16.1 | 11955 | Thursday, November 4, 2021 | Approved | |
Pandoc 2.16 | 1566 | Monday, November 1, 2021 | Approved | |
Pandoc 2.15 | 9783 | Monday, October 25, 2021 | Approved | |
Pandoc 2.14.2 | 30117 | Sunday, August 22, 2021 | Approved | |
Pandoc 2.14.1 | 12977 | Tuesday, July 20, 2021 | Approved | |
Pandoc 2.14.0.3 | 11114 | Wednesday, June 23, 2021 | Approved | |
Pandoc 2.14.0.2 | 4775 | Monday, June 14, 2021 | Approved | |
Pandoc 2.14.0.1 | 5842 | Tuesday, June 1, 2021 | Approved | |
Pandoc 2.14 | 1930 | Sunday, May 30, 2021 | Approved | |
Pandoc 2.13 | 23876 | Monday, March 22, 2021 | Approved | |
Pandoc 2.12 | 6337 | Tuesday, March 9, 2021 | Approved | |
Pandoc 2.11.4 | 16358 | Sunday, January 24, 2021 | Approved | |
Pandoc 2.11.3.2 | 9618 | Wednesday, December 30, 2020 | Approved | |
Pandoc 2.11.3.1 | 3191 | Saturday, December 19, 2020 | Approved | |
Pandoc 2.11.3 | 514 | Saturday, December 19, 2020 | Approved | |
Pandoc 2.11.2 | 8811 | Friday, November 20, 2020 | Approved | |
Pandoc 2.11.1.1 | 5163 | Monday, November 9, 2020 | Approved | |
Pandoc 2.11.1 | 2463 | Wednesday, November 4, 2020 | Approved | |
Pandoc 2.11.0.4 | 4806 | Saturday, October 24, 2020 | Approved | |
Pandoc 2.11.0.2 | 2902 | Saturday, October 17, 2020 | Approved | |
Pandoc 2.11.0.1 | 857 | Thursday, October 15, 2020 | Approved | |
Pandoc 2.11 | 3313 | Sunday, October 11, 2020 | Approved | |
Pandoc 2.10.1 | 17369 | Saturday, July 25, 2020 | Approved | |
Pandoc 2.10 | 6708 | Thursday, July 2, 2020 | Approved | |
Pandoc 2.9.2.1 | 18378 | Wednesday, March 25, 2020 | Approved | |
Pandoc 2.9.2 | 10865 | Monday, February 17, 2020 | Approved | |
Pandoc 2.9.1.1 | 8258 | Thursday, January 9, 2020 | Approved | |
Pandoc 2.9.1 | 3713 | Tuesday, December 24, 2019 | Approved | |
Pandoc 2.9 | 3338 | Friday, December 13, 2019 | Approved | |
Pandoc 2.8.1 | 2989 | Saturday, December 7, 2019 | Approved | |
Pandoc 2.8.0.1 | 2928 | Thursday, November 28, 2019 | Approved | |
Pandoc 2.8 | 2643 | Monday, November 25, 2019 | Approved | |
Pandoc 2.7.3 | 28886 | Wednesday, June 12, 2019 | Approved | |
Pandoc 2.7.2 | 13933 | Thursday, April 11, 2019 | Approved | |
Pandoc 2.7.1 | 6008 | Friday, March 15, 2019 | Approved | |
Pandoc 2.7 | 2822 | Monday, March 4, 2019 | Approved | |
Pandoc 2.6 | 4574 | Saturday, February 9, 2019 | Approved | |
Pandoc 2.5 | 11083 | Wednesday, November 28, 2018 | Approved | |
Pandoc 2.4 | 5324 | Monday, November 5, 2018 | Approved | |
Pandoc 2.3.1 | 32832 | Sunday, September 30, 2018 | Approved | |
Pandoc 2.3 | 2711 | Tuesday, September 18, 2018 | Approved | |
Pandoc 2.2.3.2 | 5608 | Friday, August 17, 2018 | Approved | |
Pandoc 2.1.3 | 19438 | Tuesday, March 20, 2018 | Approved | |
Pandoc 2.1.2 | 3682 | Saturday, March 3, 2018 | Approved | |
Pandoc 2.1.1 | 7313 | Friday, January 19, 2018 | Approved | |
Pandoc 2.1 | 2351 | Monday, January 8, 2018 | Approved | |
Pandoc 2.0.6 | 1875 | Friday, December 29, 2017 | Approved | |
Pandoc 2.0.5 | 1880 | Thursday, December 14, 2017 | Approved | |
Pandoc 2.0.4.20171212 | 962 | Tuesday, December 12, 2017 | Approved | |
Pandoc 2.0.4 | 1394 | Tuesday, December 5, 2017 | Approved | |
Pandoc 2.0.3 | 1740 | Tuesday, November 21, 2017 | Approved | |
Pandoc 1.19.2.1 | 10835 | Saturday, February 4, 2017 | Approved | |
Pandoc 1.19.2 | 4095 | Monday, January 30, 2017 | Approved | |
Pandoc 1.19.1.20161212 | 3304 | Monday, December 12, 2016 | Approved | |
Pandoc 1.19.1 | 771 | Saturday, December 10, 2016 | Approved | |
Pandoc 1.19 | 1004 | Thursday, December 1, 2016 | Approved | |
Pandoc 1.18 | 1736 | Thursday, October 27, 2016 | Approved | |
Pandoc 1.17.2.20160708 | 2565 | Sunday, August 7, 2016 | Approved | |
Pandoc 1.17.2 | 7607 | Sunday, July 17, 2016 | Approved | |
Pandoc 1.17.1 | 496 | Sunday, June 5, 2016 | Approved | |
Pandoc 1.17.0.2 | 2001 | Thursday, March 24, 2016 | Approved | |
Pandoc 1.16.0.2 | 2738 | Saturday, January 16, 2016 | Approved | |
Pandoc 1.15.2 | 1173 | Tuesday, December 22, 2015 | Approved | |
Pandoc 1.11.1 | 10042 | Friday, July 26, 2013 | Approved | |
Pandoc 1.9.4.2 | 867 | Wednesday, September 5, 2012 | Approved |
© 2006-2013 John MacFarlane
Markdown reader:
Fixed regression in which parentheses were lost in link URLs. Added tests. Closes #786.
Better handling of unmatched double quotes in --smart mode. These occur frequently in fiction, since it is customary not to close quotes in dialogue if the speaker does not change between paragraphs. The unmatched quotes now get turned into literal left double quotes. (No Quoted inline is generated, however.) Closes #99 (again).
HTML writer: Fixed numbering mismatch between TOC and sections. --number-offset now affects TOC numbering as well as section numbering, as it should have all along. Closes #789.
Markdown writer: Reverted 1.11 change that caused citations to be rendered as markdown citations, even if --bibliography was specified, unless citation extension is disabled. Now, formatted citations are always printed if --bibliography was specified. If you want to reformat markdown keeping pandoc markdown citations intact, don’t use --bibliography. Note that citations parsed from LaTeX documents will be rendered as pandoc markdown citations when --bibliography is not specified.
ODT writer: Fixed regression leading to corrupt ODTs. This was due to a change in the Show instance for Text.Pandoc.Pretty.Doc. Closes #780.
Fixed spacing bugs involving code block attributes in RST reader and Markdown writer. Closes #763.
Windows package: Various improvements due to Fyodor Sheremetyev.
Automatically set installation path (Program Files or Local App Data).
Set system PATH environment variable when installing for all users.
Pandoc can installed for all users using the following command. msiexec /i pandoc-1.11.msi ALLUSERS=1.
Bumped QuickCheck version bound.
This package has no dependencies.
Ground Rules:
- This discussion is only about Pandoc and the Pandoc package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Pandoc, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.