|
| 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 |
0 commit comments