| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-29 | HTML writer: wrap task items in labels. | Albert Krewinkel | |
| The `<label>` element ensures that the item description is associated with the checkbox, which is important for accessibility. See: #8729 | |||
| 2023-03-28 | Added note that the user will need to create the user data dir. | John MacFarlane | |
| See #8727. | |||
| 2023-03-28 | Fix `\babelfont` in default latex template. | John MacFarlane | |
| The first invocation should not specify a language, because it's the default. If we specify a language, we get an error in some cases. Closes #8728. | |||
| 2023-03-28 | Update documentation for org-mode | Christian Christiansen | |
| Add zero width space to the default values of pandoc-emphasis-pre and pandoc-emphasis-post. Zero width space was added to solve issue #8716. | |||
| 2023-03-27 | Typst writer: fix alignment issue in lists. | John MacFarlane | |
| It's an aesthetic issue only; the first line had an extra space indent after the list marker. | |||
| 2023-03-27 | Bump pandoc-cli to 0.1.1, depend on latest pandoc-lua-engine | John MacFarlane | |
| 2023-03-27 | Bump pandoc-lua-engine to 0.2, depend on latest pandoc | John MacFarlane | |
| 2023-03-27 | macos release build: store architecture in a file. | John MacFarlane | |
| 2023-03-27 | Fix macos release Makefile (syntax for ARCHITECTURE). | John MacFarlane | |
| 2023-03-27 | Fix release-candidate build for macos. | John MacFarlane | |
| Use ghc 9.4 and cabal 3.10. | |||
| 2023-03-27 | Another try at cirrus artifacts... | John MacFarlane | |
| 2023-03-27 | Cirrus: another attempt to name artifacts. | John MacFarlane | |
| 2023-03-27 | Add alias to cirrus tasks. | John MacFarlane | |
| 2023-03-27 | Another try at compressed cirrus artifacts. | John MacFarlane | |
| 2023-03-27 | Cirrus: try pre-zipping artifacts. | John MacFarlane | |
| 2023-03-27 | Typst: Use customized term instead of custom macro for def lists. | John MacFarlane | |
| 2023-03-27 | Typst writer: support column aligns in tables. | John MacFarlane | |
| 2023-03-27 | Typst: fix output for syntax-highlighted inline code. | Albert Krewinkel | |
| 2023-03-26 | Ensure that macos release packages are named after architecture. | John MacFarlane | |
| 2023-03-26 | More Typst writer improvements. | John MacFarlane | |
| + Update manual with variables for Typst. + Split `lang` metadata into separate `lang` and `region` for Typst. + Fix label positioning in Divs. + Fix text customizations (lang, region, font, size) so they actually work. + Update tests and man page. | |||
| 2023-03-26 | Typst writer improvements. | John MacFarlane | |
| + Fix non-decimal enumerated lists. + Fix endnotes ending with code blocks. + Improve default template to use a typst template. + Factor out definitions and typst template into partials. + Properly escape backslash and quote inside double quotes. + Update tests. | |||
| 2023-03-26 | Update authors. | John MacFarlane | |
| 2023-03-26 | Small update to package description. | John MacFarlane | |
| 2023-03-26 | Bump to 3.1.2, update changelog. | John MacFarlane | |
| 2023-03-26 | Update manual date and man page | John MacFarlane | |
| 2023-03-26 | Moved a misplaced command test. | John MacFarlane | |
| 2023-03-26 | Support typst as a pdf-engine. | John MacFarlane | |
| 2023-03-26 | Use released version of hslua-module-{system,text} | Albert Krewinkel | |
| 2023-03-25 | Update stack.yaml | John MacFarlane | |
| 2023-03-25 | Add typst writer. | John MacFarlane | |
| See #8713. | |||
| 2023-03-25 | Depend on latest releases of texmath, doclayout | John MacFarlane | |
| 2023-03-25 | LaTeX template: set mainfontoptions with `\babelfont` too. | John MacFarlane | |
| Closes #8721. | |||
| 2023-03-23 | T.P.App.CommandLineOptions: don't lowercase arg to `--from`/`--read` | Albert Krewinkel | |
| This prevented users to use custom writers with uppercase characters in their filenames. Format-normalization, including lower-casing of format identifiers, happens during format parsing. | |||
| 2023-03-22 | Org reader: Allow zero width space as an escape character | Christian Christiansen | |
| Allow the character U+200B to be used as an escape character as described in the Org-mode documentation https://orgmode.org/manual/Escape-Character.html Closes issue #8716. | |||
| 2023-03-22 | DocBook reader: handle "book" for xref references | Andres Freund | |
| This also adds a test xref to book and part. See also 4ea0508e6 / #8712. | |||
| 2023-03-22 | macos nighty build: use ghc 9.4.4. | John MacFarlane | |
| 2023-03-21 | DocBook reader: handle `<part>`. | John MacFarlane | |
| Closes #8712. | |||
| 2023-03-21 | Lua: Fix typo in pandoc.cli doc string. | Albert Krewinkel | |
| 2023-03-20 | T.P.Format: add new function `formatFromFilePaths` [API Change] (#8710) | Albert Krewinkel | |
| * T.P.Format: export `formatFromFilePaths` [API change] * Lua: add function `pandoc.format.from_path` * Update lua-filters.md * The old T.P.App.FormatHeuristics module has been removed. This is an alternative to #8693. | |||
| 2023-03-20 | HTML reader: fix behavior with `-native_spans-raw_html`. | John MacFarlane | |
| Previously with this configuration, `<span>`s were not treated as inline elements at all. Closes #8711. | |||
| 2023-03-20 | Use dev doclayout | John MacFarlane | |
| 2023-03-20 | HTML writer: Remove redundant `nubOrd`. | John MacFarlane | |
| Now that we're doing `nubOrd` on classes at the end (when changing pandoc attributes to HTML attributes), we don't need to do it here. | |||
| 2023-03-20 | Remove superfluous import. | John MacFarlane | |
| 2023-03-20 | Update latex writer tests for change to default template. | John MacFarlane | |
| 2023-03-20 | Lua: add Windows-specific note to pandoc.cli.repl docs | Albert Krewinkel | |
| 2023-03-20 | lua-filters: auto-generate docs for `pandoc.system` module. | Albert Krewinkel | |
| 2023-03-20 | Lua: fix json.encode for nested AST elements. | Albert Krewinkel | |
| Ensures that objects with nested AST elements can be encoded as JSON. | |||
| 2023-03-20 | lua-filters: auto-generate docs for `pandoc.text` module. | Albert Krewinkel | |
| 2023-03-20 | Lua: load text module as `pandoc.text`. | Albert Krewinkel | |
| This only affects the name in the Lua-internal documentation. It is still possible to load the modules via `require 'text'`, although this is deprecated. | |||
| 2023-03-20 | Fix highlight/underline with lualatex. | John MacFarlane | |
| We need the lua-ul package instead of soul, which doesn't work with lualatex. Updates default latex template. Closes #8707. | |||
