Skip to content

Commit d23b557

Browse files
authored
New version: JohnMacFarlane.Pandoc version 3.10.2
1 parent 2d313e8 commit d23b557

4 files changed

Lines changed: 162 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: JohnMacFarlane.Pandoc
5+
PackageVersion: 3.10.2
6+
UpgradeBehavior: uninstallPrevious
7+
ReleaseDate: 2026-08-12
8+
Installers:
9+
- Architecture: x64
10+
InstallerType: zip
11+
NestedInstallerType: portable
12+
NestedInstallerFiles:
13+
- RelativeFilePath: pandoc-3.10.2/pandoc.exe
14+
InstallerUrl: https://github.com/jgm/pandoc/releases/download/3.10.2/pandoc-3.10.2-windows-x86_64.zip
15+
InstallerSha256: 52487FAAA63F8CEF5363D5A771097DA001228D61C6F44F32ED41B27A98C0278C
16+
ArchiveBinariesDependOnPath: true
17+
- Architecture: x64
18+
InstallerType: wix
19+
Scope: user
20+
InstallerUrl: https://github.com/jgm/pandoc/releases/download/3.10.2/pandoc-3.10.2-windows-x86_64.msi
21+
InstallerSha256: 937ED557C4565F4E7C7E1EE59CB059DFE8AAFC9ADB5B422BFDF688FCAEE63A0B
22+
InstallModes:
23+
- interactive
24+
- silent
25+
- silentWithProgress
26+
InstallerSwitches:
27+
InstallLocation: APPLICATIONFOLDER="<INSTALLPATH>"
28+
Custom: ALLUSERS=2
29+
ProductCode: '{C5C3F6A0-B97F-47EA-8F48-FC69BF76E549}'
30+
AppsAndFeaturesEntries:
31+
- DisplayName: Pandoc 3.10.2
32+
ProductCode: '{C5C3F6A0-B97F-47EA-8F48-FC69BF76E549}'
33+
UpgradeCode: '{A68E8EF6-ABB1-4F22-A3C5-68DFDF0AB562}'
34+
InstallationMetadata:
35+
DefaultInstallLocation: '%ProgramFiles%/Pandoc'
36+
- Architecture: x64
37+
InstallerType: wix
38+
Scope: machine
39+
InstallerUrl: https://github.com/jgm/pandoc/releases/download/3.10.2/pandoc-3.10.2-windows-x86_64.msi
40+
InstallerSha256: 937ED557C4565F4E7C7E1EE59CB059DFE8AAFC9ADB5B422BFDF688FCAEE63A0B
41+
InstallModes:
42+
- interactive
43+
- silent
44+
- silentWithProgress
45+
InstallerSwitches:
46+
InstallLocation: APPLICATIONFOLDER="<INSTALLPATH>"
47+
Custom: ALLUSERS=1
48+
ProductCode: '{C5C3F6A0-B97F-47EA-8F48-FC69BF76E549}'
49+
AppsAndFeaturesEntries:
50+
- DisplayName: Pandoc 3.10.2
51+
ProductCode: '{C5C3F6A0-B97F-47EA-8F48-FC69BF76E549}'
52+
UpgradeCode: '{A68E8EF6-ABB1-4F22-A3C5-68DFDF0AB562}'
53+
InstallationMetadata:
54+
DefaultInstallLocation: '%ProgramFiles%/Pandoc'
55+
ManifestType: installer
56+
ManifestVersion: 1.12.0
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: JohnMacFarlane.Pandoc
5+
PackageVersion: 3.10.2
6+
PackageLocale: en-US
7+
Publisher: John MacFarlane
8+
PublisherUrl: https://github.com/jgm/pandoc
9+
PublisherSupportUrl: https://github.com/jgm/pandoc/issues
10+
Author: John Mac Farlane
11+
PackageName: Pandoc
12+
PackageUrl: https://pandoc.org/
13+
License: GPL-2.0
14+
LicenseUrl: https://github.com/jgm/pandoc/blob/master/COPYRIGHT
15+
Copyright: Copyright (C) 2006-2024 John MacFarlane <jgm at berkeley dot edu>
16+
CopyrightUrl: https://github.com/jgm/pandoc/blob/master/COPYRIGHT
17+
ShortDescription: If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
18+
Tags:
19+
- converter
20+
- doc
21+
- docs
22+
- markdown
23+
- pandoc
24+
ReleaseNotes: |-
25+
I'm pleased to announce the release of pandoc 3.10.2,
26+
available in the usual places:
27+
Binary packages & changelog:
28+
https://github.com/jgm/pandoc/releases/tag/3.10.2
29+
Source & API documentation:
30+
http://hackage.haskell.org/package/pandoc-3.10.2
31+
This release fixes some bugs, including a couple of regressions.
32+
One relates to conversion of quotation marks in typst output; the
33+
other fixes parsing of math containing ` ag`, `label`, or comments.
34+
There is one new feature: a `typst-label` attribute on a Div,
35+
Table, Figure, or Header will be used to construct a label
36+
in typst output.
37+
In addition, pandoc.wasm should now be useable with wasmtime.
38+
No API changes, but bumpting third digit because of the `typst-label`
39+
behavior change.
40+
Thanks to all who contributed, especially new contributors Philipp Gillé
41+
and gemmaro.
42+
Click to expand changelog
43+
- Markdown reader:
44+
- Raw HTML: fix handling of void hr element (#11793).
45+
- LaTeX writer:
46+
- Omit empty caption on unnumbered tables (#11795).
47+
- Emit accumulated footnotetext at the first available opportunity (#11773).
48+
- Typst writer:
49+
- Don’t alter curly quotes in strings, even with smart (#11788). This reverts commit 0484840.
50+
- Make writer sensitive to typst-label attribute (#11794). If this attribute is set, the writer will output a label. (This overrides labels based on identifiers, when identifiers are present.)
51+
- Typst template: rename horizontalrule to horizontalRule , so it matches the polyfill. (#11784, Ian Max Andolina).
52+
- Text.Pandoc.Readers.HTML.TagCategories (unexported): export voidTags.
53+
- epub.css: Add support for dark mode (k6G52m4Dz75W).
54+
- WASM build: restore legacy exception handling, for compatibility with wasmtime (#11787).
55+
- Use new release of asciidoc (fixing problems with row/colspans and footers in tables).
56+
- Use new release of texmath (fixing problems with equations containing \tag, \label, or comments).
57+
- MANUAL.txt: Correct Asciidoctor name casing (gemmaro, #11782).
58+
- INSTALL.md: Update Fedora link to pandoc-cli package (#11798, Philipp Gillé).
59+
- CONTRIBUTING.md: remove suggestion to submit Lua filters (#11800).
60+
- Add doc/twenty-years-of-pandoc.md.
61+
- Changelog - fix pandoc 0.1 release date.
62+
- Add release-announcements.txt (scraped from pandoc-announce).
63+
ReleaseNotesUrl: https://github.com/jgm/pandoc/releases/tag/3.10.2
64+
Documentations:
65+
- DocumentLabel: Wiki
66+
DocumentUrl: https://github.com/jgm/pandoc/wiki
67+
ManifestType: defaultLocale
68+
ManifestVersion: 1.12.0
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: JohnMacFarlane.Pandoc
5+
PackageVersion: 3.10.2
6+
PackageLocale: zh-CN
7+
Publisher: John MacFarlane
8+
PublisherUrl: https://github.com/jgm/pandoc
9+
PublisherSupportUrl: https://github.com/jgm/pandoc/issues
10+
Author: John Mac Farlane
11+
PackageName: Pandoc
12+
PackageUrl: https://pandoc.org/
13+
License: GPL-2.0-or-later
14+
LicenseUrl: https://github.com/jgm/pandoc/blob/master/COPYRIGHT
15+
Copyright: Copyright (C) 2006-2024 John MacFarlane <jgm at berkeley dot edu>
16+
CopyrightUrl: https://github.com/jgm/pandoc/blob/master/COPYRIGHT
17+
ShortDescription: 如果你需要将文件从一种标记格式转换为另一种格式,pandoc就是你的瑞士军刀。
18+
Tags:
19+
- doc
20+
- docs
21+
- markdown
22+
- pandoc
23+
- 格式转换
24+
- 转换
25+
- 转换器
26+
Documentations:
27+
- DocumentLabel: Wiki
28+
DocumentUrl: https://github.com/jgm/pandoc/wiki
29+
ManifestType: locale
30+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: JohnMacFarlane.Pandoc
5+
PackageVersion: 3.10.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)