aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-28Revert "Bump tls version in stack.yaml."pandoc-server-0.1.0.7pandoc-lua-engine-0.3.1pandoc-cli-3.33.3John MacFarlane
This reverts commit ad69e03dd425f9b84e01cabebdd12ab4ac8caf46. crypton-connection isn't compatible with the latest tls.
2024-07-28Update AUTHORS.mdJohn MacFarlane
2024-07-28Bump tls version in stack.yaml.John MacFarlane
2024-07-28Update MANUAL date and man pages.John MacFarlane
2024-07-28Bump pandoc-server to 0.1.0.7, depend on latest pandocJohn MacFarlane
2024-07-28Bump pandoc version in pandoc-lua-engine.John MacFarlane
2024-07-28Bump pandoc-lua-engine version to 0.3.1, depend on it in pandoc-cliJohn MacFarlane
2024-07-28Bump to 3.3, update changelogJohn MacFarlane
2024-07-28Use released typst 0.5.0.5.John MacFarlane
2024-07-28Update FAQ for converting a directory of files in Windows.John MacFarlane
Use fullname rather than name (#5429 comment).
2024-07-27Allow --number-sections to take an optional true|false argument.John MacFarlane
This was omitted when we allowed this for other boolean flags.
2024-07-27Docx writer: fix regression with nested lists.John MacFarlane
Closes #9994. The bug affects e.g. ordered lists with bullet sublists; after the sublist the top-level list reverts to bullets instead of being properly numbered. This regression was introduced in version 3.2.1 and was caused by commit f5531f1.
2024-07-27RTF reader: handle `\*\shppict` without dropping image.John MacFarlane
Closes #10025.
2024-07-19MANUAL: fix copyright yearsAlbert Krewinkel
2024-07-15BibTeX writer: ensure that "literal" names are enclosed in braces.John MacFarlane
Closes #9987.
2024-07-08lua-filters.md: Partially autogenerate docs for module "pandoc"Albert Krewinkel
The documentation system isn't powerful enough to generate the full documentation automatically.
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-07-06Typst reader: ignore 'pad' and just parse its body.John MacFarlane
See #9958.
2024-07-05Change sr -> sr-Latn in translation testsStephen Huan
2024-07-05Makefile: add update-translations targetStephen Huan
2024-07-05Add new translationsStephen Huan
2024-07-05Update existing translationsStephen Huan
2024-07-05tools/update-translations.py: translation scriptStephen Huan
2024-07-05Remove colon from pl translationStephen Huan
2024-07-05Sort ar translationStephen Huan
2024-07-05Fix YAML in translation files for isStephen Huan
2024-07-04MANUAL.txt: Make documentation of extensions clearer.John MacFarlane
Add `(org)` to heading of documentation for extensions that affect org differently than markdown, e.g. `citations`. See #9060.
2024-07-04MANUAL: fix section level for two Extensions entries.John MacFarlane
2024-07-03Adjust test for #9943 so it works with Windows.John MacFarlane
2024-07-03Avoid 'head' in JATS reader, DocBook writer.John MacFarlane
2024-07-03Haddock reader: Avoid use of 'head'.John MacFarlane
2024-07-03TWiki reader: use isUpper/isLower...John MacFarlane
instead of the new isUpperCase/isLowerCase, for portability across base versions.
2024-07-03Man writer: use default middle header when metadata does not...John MacFarlane
include `header`. This change causes pandoc to omit the middle header parameter when `header` is not set, rather than emitting `""`. The parameter is optional and man will use a default based on the section if it is not specified. Closes #9943.
2024-07-03TWiki Reader: recognize WikiWords as internal links.John MacFarlane
Fixes #9941.
2024-07-03TWiki reader: avoid partial function.John MacFarlane
2024-07-02Fix some mistakes with Japanese language code.John MacFarlane
In several places we were mistakenly assuming that the BCP 47 code for Japanese language was `jp`. It is `ja`. Closes #9938.
2024-07-01Add option to link rather than embedding images in ODT.John MacFarlane
New cli option: `--link-images`. This causes images to be linked rather than embedded in ODT. New field in WriterOptions: `writerLinkImages` [API change]. New field in Opt: `optLinkImages` [API change]. Closes #9815.
2024-06-30add ua.yamlJens Oehlschlägel
2024-06-30Add Japanese translationsStephen Huan
2024-06-29Use dev version of typst-hs.John MacFarlane
Fixes parsing of equations like `$1.$`.
2024-06-28Lua: keep `lpeg` and `re` as "loaded" modules.Albert Krewinkel
The modules `lpeg` and `re` are now treated as if they had been loaded with `require`. Previously the modules were only assigned to global values, but could be loaded again via `require`, thereby allowing to use a system-wide installation. However, this proved to be confusing. The old behavior can be restored by adding the following lines to the top of Lua scripts, or to the `init.lua` in the data dir. debug.registry()['_LOADED'].lpeg = nil debug.registry()['_LOADED'].re = nil
2024-06-28pandoc-cli: Include pandoc copyright in Lua version infoAlbert Krewinkel
2024-06-28pandoc-cli: Refer printing of version info to the Lua interpreterAlbert Krewinkel
The Lua interpreter no longer terminates when called with `-v` or `--version` arguments, thus improving compatibility with the default `lua` interpreter program.
2024-06-26HTML templates: don't load polyfill.John MacFarlane
This was added in a period when MathJaX required polyfill. MathJaX no longer recommends this and polyfill should no longer be necessary on any reasonably modern browser. Closes #9918.
2024-06-26Allow tls 2.1.x.John MacFarlane
2024-06-24Changelog fixes.John MacFarlane
2024-06-24Updated AUTHORS.md.pandoc-lua-engine-0.3pandoc-cli-3.2.13.2.1John MacFarlane
2024-06-24stack.yaml - bump versions for tls, toml-parserJohn MacFarlane
2024-06-24Bump pandoc version bound in pandoc-lua-engine.John MacFarlane
2024-06-24Update manual date and man pages.John MacFarlane