aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-05Update AUTHORS.md.3.1.1John MacFarlane
2023-03-05Regenerate README.mdJohn MacFarlane
2023-03-05CHange manual date and regenerate man page.John MacFarlane
2023-03-05Bump to 3.1.1 and update changelog.John MacFarlane
2023-03-05JATS reader: avoid generating duplicate figure captions.John MacFarlane
Closes #8669.
2023-03-05DocBook reader: parse `figure` as a Figure element in the AST.John MacFarlane
Closes #8668.
2023-03-05Windows CI: fix directory for global cabal store.John MacFarlane
2023-03-05Revert "Another attempt at fixing Windows CI caching."John MacFarlane
This reverts commit 4345350038609e4b47270dcb73c1bc6dcb3dfd60.
2023-03-05Another attempt at fixing Windows CI caching.John MacFarlane
We use setup-haskell, which defines cabal-store as one of its outputs.
2023-03-04CI: Use full windows path for cabal store.John MacFarlane
2023-03-04Another attempt to fix windows CI caching.John MacFarlane
2023-03-04Fix nix CI.John MacFarlane
2023-03-04Remove obsolete commonmark-extensions stanza from cabal.project.John MacFarlane
2023-03-04Add linux-nix-cabal CI.John MacFarlane
2023-03-04Update changelog.John MacFarlane
2023-03-04Use commonmark-extensions-0.2.3.4John MacFarlane
2023-03-04Another try at fixing Windows CI caching.John MacFarlane
2023-03-04stack.yaml - add zip-archive dependency.John MacFarlane
2023-03-03Use latest zip-archive.John MacFarlane
2023-03-03Added to shell.nixJohn MacFarlane
2023-03-03Asciidoc writer: Properly escape `|` in table cells.John MacFarlane
Closes #8665.
2023-03-03Revise documentation for --mathmlJohn MacFarlane
to reflect support in all major browsers. Closes #8667.
2023-03-02Another attempt to fix windows CI caching.John MacFarlane
2023-03-02Try to fix cabal global store caching on Windows CI.John MacFarlane
2023-03-02EPUB reader: Give additional information in error...John MacFarlane
if the epub zip container can't be unpacked. See #8663.
2023-03-01Fix shadowing from last commit.John MacFarlane
2023-03-01Make sure TSV reader doesn't gobble tabs as whitespace.John MacFarlane
Closes #8661.
2023-03-01Org reader: accept empty tablesAlbert Krewinkel
Fixes: #8659
2023-02-28LaTeX table parser: also allow `6*c` in column spec.John MacFarlane
With no braces around `c`. See #8658.
2023-02-28LaTeX reader: fix multiplication syntax for tabular.John MacFarlane
We recognized `*{6}{...}` but not `*6{...}`. Closes #8658.
2023-02-26Document CJKsansfont, CJKmonofont.John MacFarlane
2023-02-26LaTeX 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-24Use dev commonmark-extensions.John MacFarlane
2023-02-24RST reader: align with spec in syntax for role names.John MacFarlane
In particular, we now allow colons in row names. Closes #8653.
2023-02-23Add note on converting from .doc format to FAQs.John MacFarlane
See #8654.
2023-02-22MANUAL: fix link.John MacFarlane
2023-02-22Trap error in getAppUserDataDirectory.John MacFarlane
This can raise an error if pandoc is run in a non-user environment. Closes #8648.
2023-02-22LaTeX writer: do not use longtable foot with BeamerAlbert 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-21asciidoc{,tor} template: fix revision date when author is unsetarcnmx
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-19doc/press.md: Add article on CiTO in J Cheminform by @egonw.Albert Krewinkel
2023-02-18HTML writer: allow "track" element to be treated as block-level HTML.John MacFarlane
Closes #8629.
2023-02-18Install pkg-config for macos nightly.John MacFarlane
2023-02-18Doc: fix typo in run_json_filterMorgan Willcock
2023-02-18Docx reader: parse image alt texts in LibreOffice generated filesAlbert 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-18JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elementsAlbert Krewinkel
Closes: #8631
2023-02-15fixed <xref> references to tables in DocBook filesPavol Otto
Closes #8626.
2023-02-15Retain 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-15Remove unnecessary pragmas.John MacFarlane
2023-02-14Include needed polyfill when MathJaX is used.John MacFarlane
Closes #8625.
2023-02-14CI: add linux-stack.John MacFarlane