summaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Collapse)Author
2024-03-20Typst writer: support Typst 0.11 table features. (#9593)John MacFarlane
* Typst writer: support Typst 0.11 table features. - colspans - rowspans - cell alignment overrides - relative column widths - header and footer - multiple table bodies with intermediate headers Row heads are not yet supported. The default typst template has been modified so that tables don't have lines by default. As is standard with pandoc, we only add a line under a header or over a footer. However, a different default stroke pattern can easily be added in a template. Closes #9588.
2024-03-17Use djot 0.1.1.3John MacFarlane
2024-03-14Bump to 3.1.12.3, update changelog.John MacFarlane
2024-03-14Depend on released skylighting, typst, texmathJohn MacFarlane
2024-03-14Use djot 0.1.1.2, update tests.John MacFarlane
djot 0.1.1.1 was horribly buggy and dropped content after lists.
2024-03-11Use latest commonmark, commonmark-extensions.John MacFarlane
This fixes a 3.12 regression in parsing of commonmark/gfm autolinks (jgm/commonmark-hs#151).
2024-03-09Use latest zip-archive release.John MacFarlane
2024-03-04Depend on djt 0.1.1.1John MacFarlane
2024-02-29Bump to 3.1.12.2 (also pandoc-cli), update changelog, manual date.John MacFarlane
2024-02-29Depend on released djot 0.1.1.0John MacFarlane
2024-02-27Use commonmark-extensions 0.2.5.3John MacFarlane
2024-02-20Require tls >= 2.John MacFarlane
2024-02-20Class: openUrl TLS negotiation fixes.John MacFarlane
With the release of TLS 2.0.0, the TLS library started requiring Extended Main Secret for the TLS handshake. This caused problems connecting to zotero's server and others that do not support TLS 1.3. This commit relaxes this requirement. Closes #9483.
2024-02-17Bump to 3.1.12.1, update changelog and manuals.John MacFarlane
2024-02-15Add djot to cabal description.John MacFarlane
2024-02-14Bump pandoc-server to 0.1.0.5 and allow containsers 0.7John MacFarlane
2024-02-14pandoc.cabal: add djot template.John MacFarlane
2024-02-14Depend on released versions of commonmark-hs packages.John MacFarlane
2024-02-14Depend on released typst 0.5.0.1.John MacFarlane
2024-02-14Bump version to 3.1.12.John MacFarlane
2024-02-14Fix name of djot reader test in pandoc.cabal.John MacFarlane
2024-02-13Add djot reader and writer.John MacFarlane
Djot is a light markup syntax (https://djot.net). This patch adds djot as input and output formats. API changes: Add Text.Pandoc.Readers.Djot Add Text.Pandoc.Writers.Djot
2024-02-08Allow zlib 0.7.John MacFarlane
2024-01-28Depend on commonmark 0.2.5.John MacFarlane
2024-01-05Bump to 3.1.11.1 and update changelog.John MacFarlane
2023-12-15Bump to 3.1.11, update changelog.John MacFarlane
pandoc-cli version is updated in sync. man pages regenerated.
2023-12-15Depend on released typst 0.5.John MacFarlane
2023-12-12Depend on texmath 0.12.8.6.John MacFarlane
This gives us less verbose typst math output.
2023-12-11Bump pandoc/pandoc-cli to 3.1.10, update changelog.John MacFarlane
2023-12-11Use released versions of commonmark, commonmark-extensions, commonmark-pandoc.John MacFarlane
2023-12-11Use texmath 0.12.8.5.John MacFarlane
2023-12-10Typst reader: parse metadata from document element.John MacFarlane
2023-12-09cabal - update tested-with.John MacFarlane
2023-12-09Add note to cabal description about how to install the cli tool.John MacFarlane
2023-12-09Move man pages to pandoc-cli package.John MacFarlane
Closes #9245.
2023-12-06Revert "Use base64 instead of base64-bytestring."John MacFarlane
This reverts commit 6625e9655ed2bb0c4bd4dd91b5959a103deab1cb. base64 is currently buggy on 32-bit systems. Closes #9233.
2023-12-04Use skylighting, skylighting-core 0.14.1.John MacFarlane
2023-11-28Docx reader: Improve handling of w:sym.John MacFarlane
Add T.P.Readers.Docx.Symbols. This gives us a table to use to resolve characters included in docx via w:sym element. Use this table to resolve characters when symbol fonts are specified. Closes #9220.
2023-10-27Bump to 3.1.9, update changelog.John MacFarlane
2023-10-27Require commonmark-extensions 0.2.4.John MacFarlane
2023-10-27Require latest commonmark 0.2.4.John MacFarlane
2023-10-27Require latest texmath 0.12.8.4.John MacFarlane
2023-10-27Require typst 0.3.2.1John MacFarlane
2023-10-23Allow Diff 0.5.John MacFarlane
2023-09-13Use latest texmath.John MacFarlane
This should improve math in powerpoint, fixing empty boxes around roots in some cases.
2023-09-13Require latest commonmark-extensionsJohn MacFarlane
2023-09-10Allow tasty 1.5.John MacFarlane
2023-09-08Bump to 3.1.8.John MacFarlane
2023-09-08Depend on released texmath 0.12.8.2.John MacFarlane
2023-09-01Updated tested-with in pandoc.cabal.John MacFarlane