MSI
WinGet
Pandoc
John MacFarlane · 3.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i pandoc-3.2-windows-x86_64.msi /quiet /norestart
Custom
msiexec /i pandoc-3.2-windows-x86_64.msi /quiet /norestart ALLUSERS=1
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{06094789-B271-4D1C-A22A-F87D9B37CA0E}
Product version operator
Greater than or equal to
Product version
3.2
MSI Properties
Product Code
{06094789-B271-4D1C-A22A-F87D9B37CA0E}
File Identity
Filename
pandoc-3.2-windows-x86_64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JohnMacFarlane.Pandoc
Version
3.2
Description
If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
License
GPL-2.0-or-later
↗
Homepage
https://pandoc.org/
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
- Change to --file-scope behavior (#8741): previously a Div with an identifier derived from the filename would be added around the contents of each file. This caused problems for “chunking” files into chapters, e.g. in EPUB. We no longer add the surrounding Div. This cooperates better with chunking. Note, however, that if you have relied on the old behavior to link to the beginning of the contents of a file using its filename as identifier, that will no longer work.
- Markdown reader:
- Allo…