| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-06 | Update AUTHORS.md.pandoc-cli-3.1.133.1.13 | John MacFarlane | |
| 2024-04-06 | Bump tls version in stack.yaml | John MacFarlane | |
| 2024-04-06 | Bump to 3.1.13, update changelog and man page | John MacFarlane | |
| 2024-04-06 | Update changelog. | John MacFarlane | |
| 2024-04-06 | Use released texmath, typst libraries. | John MacFarlane | |
| 2024-04-06 | Org reader: Fix treatment of `id` property under heading. | John MacFarlane | |
| Cloess #9639. | |||
| 2024-04-04 | fixed typo in doc/org.md (#9634) | Chandrahas77 | |
| 2024-04-04 | DokuWiki reader: fix issues with links. | John MacFarlane | |
| - Link text cannot contain formatting (e.g., `//` is not italics). Closes #9630. - An explicitly empty link text (`[[url|]]`) works the same as an omitted link text. Closes #9632. | |||
| 2024-04-01 | Put `$` or `$$` around math in `csljson` output. | John MacFarlane | |
| Closes #9616. | |||
| 2024-03-30 | Use current dev version of texmath. | John MacFarlane | |
| 2024-03-29 | Require pandoc-lua-marshal 0.2.6 | Albert Krewinkel | |
| Fixes an issue arising when the value of `content` properties on *BlockQuote*, *Figure*, and *Div* elements was an empty list. Fixes: #9613 | |||
| 2024-03-27 | Update lua-filters.md (#9611) | Carlos Scheidegger | |
| Fix formatting of `pandoc.utils.type` usage entry | |||
| 2024-03-26 | ConTeXt writer: fix options order with `\externalfigure`. | John MacFarlane | |
| The dimensions should come before the class if both are present. See https://github.com/jgm/pandoc/discussions/9604#discussioncomment-8913491 | |||
| 2024-03-22 | Typst writer: put label after Span, not before. | John MacFarlane | |
| Labels get applied to preceding markup item. | |||
| 2024-03-22 | Minor comment and indentation fixes. | John MacFarlane | |
| 2024-03-22 | Typst reader: support Typst 0.11 table features. | John MacFarlane | |
| Colspans, rowspans, table head and foot. See #9588. | |||
| 2024-03-22 | LaTeX writer: fix math inside strikeout (closes #9597). | John MacFarlane | |
| 2024-03-21 | Typst reader: parse cell col/rowspans. | John MacFarlane | |
| TODO: - Handle table header and footer. - Assign columns to rows in a way that respects col/rowspans. | |||
| 2024-03-21 | Fix typo in stack.yaml. | John MacFarlane | |
| 2024-03-21 | stack.yaml - use typst-symbols 0.1.6. | John MacFarlane | |
| 2024-03-21 | Typst reader: Further refactoring on the way to improved table support. | John MacFarlane | |
| 2024-03-21 | Typst reader: refactor out parseTable. | John MacFarlane | |
| 2024-03-21 | Use dev texmath and typst-hs. | John MacFarlane | |
| 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-19 | DocBook reader: add empty title to admonition div if not present. | John MacFarlane | |
| This allows admonition elements (e.g. `<note>`) to work with gfm admonitions even if the `<title>` is not present. Closes #9569. | |||
| 2024-03-19 | Change lhs tests so they don't use `--standalone`. | John MacFarlane | |
| This will avoid test failures due to minor changes in skylighting versions, e.g. #9589. | |||
| 2024-03-18 | Typst writer: more reliable escaping in inline `[..]` contexts. | John MacFarlane | |
| For example, we need to escape `[\1. April]` or it will be treated as an ordered list. Closes #9586. | |||
| 2024-03-18 | Export `isOrderedListMarker` from T.P.Writers.Shared. | John MacFarlane | |
| [API change] This was formerly in T.P.Writers.Markdown.Inline, but we need to use it in the Typst writer too. | |||
| 2024-03-18 | Typst writer: handle `unnumbered` on headings. | John MacFarlane | |
| Closes #9585. | |||
| 2024-03-17 | Fix typo in changelog | John MacFarlane | |
| 2024-03-17 | release-candidate action: update WiX path.pandoc-cli-3.1.12.33.1.12.3 | John MacFarlane | |
| 3.14 is now used. | |||
| 2024-03-17 | Update date in manual and regenerate man pages. | John MacFarlane | |
| 2024-03-17 | Update changelog. | John MacFarlane | |
| 2024-03-17 | LaTeX reader: better handling of colwidths. | John MacFarlane | |
| Previously the parser just failed if the column width specified in `p{}` wasn't a multiple of `\linewidth`. This led to cases where content was skipped. Now we treat these as ColWidthDefault and silently parse the table. A future improvement could be to guess relative column widths from the dimensions specified, based on a default line width. Closes #9579. | |||
| 2024-03-17 | shell.nix - comment out things that break CI. | John MacFarlane | |
| 2024-03-17 | Use djot 0.1.1.3 | John MacFarlane | |
| 2024-03-17 | Typst writer: only use explicit figure 'kind' for tables. | John MacFarlane | |
| The rest of the time the autodetection should work fine. | |||
| 2024-03-17 | Typst writer: use `kind: image` for image figures. | John MacFarlane | |
| 2024-03-17 | Typst writer: avoid unnecessary box around image in figure. | John MacFarlane | |
| See #9236. | |||
| 2024-03-17 | Typst writer: omit width/height in images unless explicitly specified. | John MacFarlane | |
| Previously we computed width/heigth for images that didn't have size information, because otherwise typst would expand the image to fit page width. This typst behavior has changed in 0.11. This change fixes a bug in which images would sometimes overflow page margins, depending on their intrinsic size. Closes #9236. | |||
| 2024-03-16 | Typst template: set table inset globally. | John MacFarlane | |
| 2024-03-16 | Typst writer: don't add inset to tables. | John MacFarlane | |
| This hardcoded `inset` prevented global customizations in a template. Closes #9580. | |||
| 2024-03-15 | Typos: remove repeated words (#9577) | standstaff | |
| Signed-off-by: standstaff <[email protected]> | |||
| 2024-03-14 | stack.yaml: add toml-parser. | John MacFarlane | |
| 2024-03-14 | Update AUTHORS.md. | John MacFarlane | |
| 2024-03-14 | Update README.md | John MacFarlane | |
| 2024-03-14 | Updaet man pages. | John MacFarlane | |
| 2024-03-14 | Bump pandoc-cli version to 3.1.12.3, require pandoc 3.1.12.3. | John MacFarlane | |
| 2024-03-14 | Update manual date. | John MacFarlane | |
| 2024-03-14 | Bump to 3.1.12.3, update changelog. | John MacFarlane | |
