aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-18Use latest dev djoths.John MacFarlane
2025-12-17Use latest texmath.John MacFarlane
2025-12-15PDF: add SOURCE_DATE_EPOCH to verbose env variable infoJohn MacFarlane
2025-12-15Fix typo.John MacFarlane
2025-12-15Use latest dev typst-hs.John MacFarlane
2025-12-15Bump actions/upload-artifact from 5 to 6 (#11352)dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15Bump actions/cache from 4 to 5 (#11351)dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-14Updaet to latest dev texmath, typst.John MacFarlane
2025-12-14Markdown reader: fix parsing of inline math (`$...$`) (#11348)benniekiss
Do not allow blank lines before closing `$` delimiter. This brings the parser in line with the documentation. Closes #11311.
2025-12-13DocBook reader: Fix adding wrong metadata (#11347)Tuong Nguyen Manh
Now keep track of the current element stack to only add metadata if inside an appropriate parent element. Closes #11300.
2025-12-12Mention Excel in cabal description.John MacFarlane
2025-12-12Add `-Wno-deriving-typeble` to cabal ghc-options for ghc >= 9.12.John MacFarlane
2025-12-12CI: remove `--allow-newer` for ghc 9.12.John MacFarlane
2025-12-12CI: re-add `-Wno-deriving-typeable` for ghc 9.12.John MacFarlane
2025-12-12CI: try removing `-Wno-unused-imports`.John MacFarlane
2025-12-12Fix some more imports involving foldl'.John MacFarlane
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
`foldl'` is exported by Prelude by base 4.20+. So we need to do some qualified importing to avoid warnings about redundant imports.
2025-12-11Update flake.John MacFarlane
2025-12-11Use ghc 9.10 (not 9.12) for releases and nightlies.John MacFarlane
2025-12-11Fix compiler warning.John MacFarlane
2025-12-11Remove workaround that had been needed for older ghc versions.John MacFarlane
2025-12-11Remove obsolete comment.John MacFarlane
2025-12-11cirrus builds: use ghc 9.12.John MacFarlane
2025-12-11Drop support for ghc < 9.6.John MacFarlane
Build nightly and release candidates using ghc 9.12.
2025-12-11JATS writer: fix XML output for nested figuresAlbert Krewinkel
Subfigures are now wrapped inside a `<fig-group>` element. Furthermore, figure content that isn't allowed as children of `<fig>` elements, such as raw text, gets wrapped in `<p>` elements to ensure schema-conform XML production. Fixes: #11342
2025-12-11Remove redundant import.John MacFarlane
2025-12-11Markdown writer: use setext for headers containing line breaks...John MacFarlane
...for commonmark. Closes #11341.
2025-12-11Markdown writer: ensure \ line breaks are used for commonmark.John MacFarlane
2025-12-11T.P.Shared: export hasLineBreaks.John MacFarlane
[API change] Formerly defined in the DocBook writer but more generally useful.
2025-12-10Org: don't include 'example' class when parsing org example blocks.John MacFarlane
These are just unmarked code blocks. Closes #11339.
2025-12-09Typst writer: escape hyphens when needed.John MacFarlane
Closes #11334.
2025-12-09Citeproc: avoid adding an extra space at the beginning of a Cite.John MacFarlane
2025-12-09nightly: build macos on macos-latest (arm64).John MacFarlane
2025-12-07Fix stack.yaml.John MacFarlane
2025-12-07Implement `reset-citation-positions` class on headings.John MacFarlane
When the `reset-citation-positions` class is added to a top-level heading, `--citeproc` will reset position information at that point in the document. This is needed in order to ensure that the first citation in a chapter to a work that has been cited in a previous chapter will not be in abbreviated form. Requires a dependency on a development version of citeproc.
2025-12-06HTML5 template: conditionally include lang attribute.John MacFarlane
Previously we included it unconditionally, even if this meant giving it an empty value. This seems at best redundant, since the empty value is the default. At worst, it adds clutter and according to some sources may prevent the use of browser defaults. I believe that the justification for including these attributes even with empty values is not a good one; see commit 07d51d9 for the original change. On my reading, the HTML spec does not require the presence of the attribute on the html element; it only says that if the attribute is present, it must have an empty string or valid BCP 47 language tag as its value. See also #11324.
2025-12-05HTML reader: parse inline style elements as RawInline.John MacFarlane
This is a cleaner fix to #10643 than the reverted commit 7fe8c92. Styles are not stripped, but with this change they will not interfere with inline parsing. Closes #11246.
2025-12-05Revert "HTML reader: ignore style tags in the body."John MacFarlane
This reverts commit 7fe8c928212197354196724e9b95b71a854fdca9. See #10643 and #11246.
2025-12-05RST reader: fix definition lists where term ends with `-`.John MacFarlane
This reverts some old code giving special treatment to lines ending in hyphens; I don't understand why it was there, because rst2html does not seem to do this. Closes #11323.
2025-12-05Use latest dev asciidoc.John MacFarlane
2025-12-04Use latest asciidoc.John MacFarlane
2025-12-04Citeproc.BibTeX: Fix typo affecting `jurisdiction` biblatex type.John MacFarlane
Closes #11321.
2025-12-04Fix biblatex parsing of `@commentary` entries.John MacFarlane
Previously they were skippedas comments due to a bug. Closes #11322.
2025-12-04Use dev typst-hsJohn MacFarlane
2025-12-03Use dev asciidoc.John MacFarlane
2025-12-02Texinfo writer: improve handling of certain code blocks.John MacFarlane
MediaWiki, for example, will parse a code block containing formatting as a sequence of Code elements separated by LineBreaks. For this we now use a texinfo example block. Closes #11312.
2025-12-02Fix a few mistakes in the contributing docs. (#11318)har7an
* Fix a typo in the contributing docs. * Fix link to Lua filter docs, so it works on GitHub. (A rewrite rule will ensure that it also works on pandoc.org.) * Update minimum GHC version in contributing docs. * Add a comment in the respective CI file to keep the version up-to-date in the contributing guide.
2025-12-02Typst template: Fix keywords usage. (#11317)har7an
Previously the template turned any `keywords` defined in Pandoc metadata into empty objects due to a misnomer in a loop variable. This in turn was rejected by the Typst compiler as invalid syntax, making document generation with keywords impossible.
2025-12-01Add new authors.pandoc-lua-engine-0.5.0.2pandoc-cli-3.8.33.8.3John MacFarlane
2025-12-01Regenerate man pages.John MacFarlane