| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-20 | Typst 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-17 | Use djot 0.1.1.3 | John MacFarlane | |
| 2024-03-14 | Bump to 3.1.12.3, update changelog. | John MacFarlane | |
| 2024-03-14 | Depend on released skylighting, typst, texmath | John MacFarlane | |
| 2024-03-14 | Use djot 0.1.1.2, update tests. | John MacFarlane | |
| djot 0.1.1.1 was horribly buggy and dropped content after lists. | |||
| 2024-03-11 | Use latest commonmark, commonmark-extensions. | John MacFarlane | |
| This fixes a 3.12 regression in parsing of commonmark/gfm autolinks (jgm/commonmark-hs#151). | |||
| 2024-03-09 | Use latest zip-archive release. | John MacFarlane | |
| 2024-03-04 | Depend on djt 0.1.1.1 | John MacFarlane | |
| 2024-02-29 | Bump to 3.1.12.2 (also pandoc-cli), update changelog, manual date. | John MacFarlane | |
| 2024-02-29 | Depend on released djot 0.1.1.0 | John MacFarlane | |
| 2024-02-27 | Use commonmark-extensions 0.2.5.3 | John MacFarlane | |
| 2024-02-20 | Require tls >= 2. | John MacFarlane | |
| 2024-02-20 | Class: 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-17 | Bump to 3.1.12.1, update changelog and manuals. | John MacFarlane | |
| 2024-02-15 | Add djot to cabal description. | John MacFarlane | |
| 2024-02-14 | Bump pandoc-server to 0.1.0.5 and allow containsers 0.7 | John MacFarlane | |
| 2024-02-14 | pandoc.cabal: add djot template. | John MacFarlane | |
| 2024-02-14 | Depend on released versions of commonmark-hs packages. | John MacFarlane | |
| 2024-02-14 | Depend on released typst 0.5.0.1. | John MacFarlane | |
| 2024-02-14 | Bump version to 3.1.12. | John MacFarlane | |
| 2024-02-14 | Fix name of djot reader test in pandoc.cabal. | John MacFarlane | |
| 2024-02-13 | Add 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-08 | Allow zlib 0.7. | John MacFarlane | |
| 2024-01-28 | Depend on commonmark 0.2.5. | John MacFarlane | |
| 2024-01-05 | Bump to 3.1.11.1 and update changelog. | John MacFarlane | |
| 2023-12-15 | Bump to 3.1.11, update changelog. | John MacFarlane | |
| pandoc-cli version is updated in sync. man pages regenerated. | |||
| 2023-12-15 | Depend on released typst 0.5. | John MacFarlane | |
| 2023-12-12 | Depend on texmath 0.12.8.6. | John MacFarlane | |
| This gives us less verbose typst math output. | |||
| 2023-12-11 | Bump pandoc/pandoc-cli to 3.1.10, update changelog. | John MacFarlane | |
| 2023-12-11 | Use released versions of commonmark, commonmark-extensions, commonmark-pandoc. | John MacFarlane | |
| 2023-12-11 | Use texmath 0.12.8.5. | John MacFarlane | |
| 2023-12-10 | Typst reader: parse metadata from document element. | John MacFarlane | |
| 2023-12-09 | cabal - update tested-with. | John MacFarlane | |
| 2023-12-09 | Add note to cabal description about how to install the cli tool. | John MacFarlane | |
| 2023-12-09 | Move man pages to pandoc-cli package. | John MacFarlane | |
| Closes #9245. | |||
| 2023-12-06 | Revert "Use base64 instead of base64-bytestring." | John MacFarlane | |
| This reverts commit 6625e9655ed2bb0c4bd4dd91b5959a103deab1cb. base64 is currently buggy on 32-bit systems. Closes #9233. | |||
| 2023-12-04 | Use skylighting, skylighting-core 0.14.1. | John MacFarlane | |
| 2023-11-28 | Docx 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-27 | Bump to 3.1.9, update changelog. | John MacFarlane | |
| 2023-10-27 | Require commonmark-extensions 0.2.4. | John MacFarlane | |
| 2023-10-27 | Require latest commonmark 0.2.4. | John MacFarlane | |
| 2023-10-27 | Require latest texmath 0.12.8.4. | John MacFarlane | |
| 2023-10-27 | Require typst 0.3.2.1 | John MacFarlane | |
| 2023-10-23 | Allow Diff 0.5. | John MacFarlane | |
| 2023-09-13 | Use latest texmath. | John MacFarlane | |
| This should improve math in powerpoint, fixing empty boxes around roots in some cases. | |||
| 2023-09-13 | Require latest commonmark-extensions | John MacFarlane | |
| 2023-09-10 | Allow tasty 1.5. | John MacFarlane | |
| 2023-09-08 | Bump to 3.1.8. | John MacFarlane | |
| 2023-09-08 | Depend on released texmath 0.12.8.2. | John MacFarlane | |
| 2023-09-01 | Updated tested-with in pandoc.cabal. | John MacFarlane | |
