| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-05 | Update AUTHORS.md.3.1.1 | John MacFarlane | |
| 2023-03-05 | Regenerate README.md | John MacFarlane | |
| 2023-03-05 | CHange manual date and regenerate man page. | John MacFarlane | |
| 2023-03-05 | Bump to 3.1.1 and update changelog. | John MacFarlane | |
| 2023-03-05 | JATS reader: avoid generating duplicate figure captions. | John MacFarlane | |
| Closes #8669. | |||
| 2023-03-05 | DocBook reader: parse `figure` as a Figure element in the AST. | John MacFarlane | |
| Closes #8668. | |||
| 2023-03-05 | Windows CI: fix directory for global cabal store. | John MacFarlane | |
| 2023-03-05 | Revert "Another attempt at fixing Windows CI caching." | John MacFarlane | |
| This reverts commit 4345350038609e4b47270dcb73c1bc6dcb3dfd60. | |||
| 2023-03-05 | Another attempt at fixing Windows CI caching. | John MacFarlane | |
| We use setup-haskell, which defines cabal-store as one of its outputs. | |||
| 2023-03-04 | CI: Use full windows path for cabal store. | John MacFarlane | |
| 2023-03-04 | Another attempt to fix windows CI caching. | John MacFarlane | |
| 2023-03-04 | Fix nix CI. | John MacFarlane | |
| 2023-03-04 | Remove obsolete commonmark-extensions stanza from cabal.project. | John MacFarlane | |
| 2023-03-04 | Add linux-nix-cabal CI. | John MacFarlane | |
| 2023-03-04 | Update changelog. | John MacFarlane | |
| 2023-03-04 | Use commonmark-extensions-0.2.3.4 | John MacFarlane | |
| 2023-03-04 | Another try at fixing Windows CI caching. | John MacFarlane | |
| 2023-03-04 | stack.yaml - add zip-archive dependency. | John MacFarlane | |
| 2023-03-03 | Use latest zip-archive. | John MacFarlane | |
| 2023-03-03 | Added to shell.nix | John MacFarlane | |
| 2023-03-03 | Asciidoc writer: Properly escape `|` in table cells. | John MacFarlane | |
| Closes #8665. | |||
| 2023-03-03 | Revise documentation for --mathml | John MacFarlane | |
| to reflect support in all major browsers. Closes #8667. | |||
| 2023-03-02 | Another attempt to fix windows CI caching. | John MacFarlane | |
| 2023-03-02 | Try to fix cabal global store caching on Windows CI. | John MacFarlane | |
| 2023-03-02 | EPUB reader: Give additional information in error... | John MacFarlane | |
| if the epub zip container can't be unpacked. See #8663. | |||
| 2023-03-01 | Fix shadowing from last commit. | John MacFarlane | |
| 2023-03-01 | Make sure TSV reader doesn't gobble tabs as whitespace. | John MacFarlane | |
| Closes #8661. | |||
| 2023-03-01 | Org reader: accept empty tables | Albert Krewinkel | |
| Fixes: #8659 | |||
| 2023-02-28 | LaTeX table parser: also allow `6*c` in column spec. | John MacFarlane | |
| With no braces around `c`. See #8658. | |||
| 2023-02-28 | LaTeX reader: fix multiplication syntax for tabular. | John MacFarlane | |
| We recognized `*{6}{...}` but not `*6{...}`. Closes #8658. | |||
| 2023-02-26 | Document CJKsansfont, CJKmonofont. | John MacFarlane | |
| 2023-02-26 | LaTeX template: Add CJKsansfont and CJKmonofont for XeLaTeX (#8656) | Yudong Jin | |
| `CJKsansfont` and `CJKmonofont` will be set for xelatex only if `CJKmainfont` is also provided. | |||
| 2023-02-24 | Use dev commonmark-extensions. | John MacFarlane | |
| 2023-02-24 | RST reader: align with spec in syntax for role names. | John MacFarlane | |
| In particular, we now allow colons in row names. Closes #8653. | |||
| 2023-02-23 | Add note on converting from .doc format to FAQs. | John MacFarlane | |
| See #8654. | |||
| 2023-02-22 | MANUAL: fix link. | John MacFarlane | |
| 2023-02-22 | Trap error in getAppUserDataDirectory. | John MacFarlane | |
| This can raise an error if pandoc is run in a non-user environment. Closes #8648. | |||
| 2023-02-22 | LaTeX writer: do not use longtable foot with Beamer | Albert Krewinkel | |
| The table foot is made part of the table body, as otherwise it won't show up in the output. The root cause for this is that longtable cannot detect page breaks in Beamer. Fixes: #8638 | |||
| 2023-02-21 | asciidoc{,tor} template: fix revision date when author is unset | arcnmx | |
| Revision line syntax is only valid in combination with an author line, so the date attribute must be set explicitly when the author is missing fixes #8637 | |||
| 2023-02-19 | doc/press.md: Add article on CiTO in J Cheminform by @egonw. | Albert Krewinkel | |
| 2023-02-18 | HTML writer: allow "track" element to be treated as block-level HTML. | John MacFarlane | |
| Closes #8629. | |||
| 2023-02-18 | Install pkg-config for macos nightly. | John MacFarlane | |
| 2023-02-18 | Doc: fix typo in run_json_filter | Morgan Willcock | |
| 2023-02-18 | Docx reader: parse image alt texts in LibreOffice generated files | Albert Krewinkel | |
| LibreOffice tags images slightly differently than Word; this change lets the parses take that difference into account when looking for an image description (alt text). | |||
| 2023-02-18 | JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elements | Albert Krewinkel | |
| Closes: #8631 | |||
| 2023-02-15 | fixed <xref> references to tables in DocBook files | Pavol Otto | |
| Closes #8626. | |||
| 2023-02-15 | Retain metadata in processing sections for chunked HTML. | John MacFarlane | |
| Previously we suppressed metadata in all but the top page, in order to prevent the title block from being printed on every page. This prevented use of custom variables set by metadata fields. This commit moves to a better solution: a conditional in the default template restricts the title block to the top page. Closes #8620. | |||
| 2023-02-15 | Remove unnecessary pragmas. | John MacFarlane | |
| 2023-02-14 | Include needed polyfill when MathJaX is used. | John MacFarlane | |
| Closes #8625. | |||
| 2023-02-14 | CI: add linux-stack. | John MacFarlane | |
