| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-20 | HTML writer: avoid duplicate classes. | John MacFarlane | |
| Closes #8705. | |||
| 2023-03-20 | lua-filters: Move docs from module `text` to `pandoc.text` | Albert Krewinkel | |
| The latter is easier to use and more consistent with the other modules. | |||
| 2023-03-20 | lua-filters.md: Generate docs for pandoc.utils | Albert Krewinkel | |
| The documentation in the Haskell sources has been updated. | |||
| 2023-03-19 | lua-filters.md: auto-generate docs for more modules | Albert Krewinkel | |
| 2023-03-19 | Lua tests: add more tests for pandoc.mediabag. | Albert Krewinkel | |
| 2023-03-19 | Lua: add info on when functions became available in pandoc | Albert Krewinkel | |
| 2023-03-19 | lua-filters.md: generate docs from Haskell for pandoc.structure | Albert Krewinkel | |
| 2023-03-19 | lua-filters.md: autogenerate parts of the Lua API docs | Albert Krewinkel | |
| 2023-03-18 | Lua: add pandoc.cli.repl function | Albert Krewinkel | |
| 2023-03-18 | pandoc-cli: require hslua-cli-1.4.1 | Albert Krewinkel | |
| This fixes a bug where the program would not enter interactive mode if `-v`, `-e`, or `-l` was used together with the `-i` command line flag. | |||
| 2023-03-18 | stack.yaml: more version updates | Albert Krewinkel | |
| 2023-03-18 | stack.yaml: Use newest hslua-* versions | Albert Krewinkel | |
| 2023-03-17 | Update docx golden tests for style changes. | John MacFarlane | |
| 2023-03-17 | Docx writer: include abstract title. | John MacFarlane | |
| Closes #8702. Uses localized term for abstract. | |||
| 2023-03-17 | pandoc-cli: add a Lua REPL | Albert Krewinkel | |
| 2023-03-16 | CI/Nightly: use ghc 9.4 for windows build. | John MacFarlane | |
| 2023-03-16 | CI: use latest point release for each ghc version. | John MacFarlane | |
| 2023-03-16 | nightly: install ghc 9.4.4 for linux. | John MacFarlane | |
| Otherwise it will use 9.6.1 which doesn't yet work. | |||
| 2023-03-15 | Lua: keep the Lua stack clean | Albert Krewinkel | |
| A metatable used during initialization was not properly removed from the stack. Likewise, accessing the CommonState from Lua previously led to the pollution of the Lua stack with a left-over value. | |||
| 2023-03-15 | Fix template for babelfonts so it conforms with documentation. | John MacFarlane | |
| Closes #8697. | |||
| 2023-03-15 | HTML writer: use img element instead of embed for .svg.gz... | John MacFarlane | |
| and .png.gz etc. Closes #8699. | |||
| 2023-03-15 | Add some notes on using NiX to develop pandoc. | John MacFarlane | |
| 2023-03-14 | HTML writer footnotes changes: | John MacFarlane | |
| When `--reference-location=section` or `=block`, use an `aside` element for the notes rather than a `section`. When `--reference-location=section`, include the `aside` element inside the section element, rather than outside. (In slide shows, this option causes footnotes on a slide to be displayed at the bottom of the slide.) Closes #8695. | |||
| 2023-03-14 | Remove confusing comment. | John MacFarlane | |
| 2023-03-14 | Add doc/extras.md. | John MacFarlane | |
| This was in the website repo; now we'll keep it here and copy it over. | |||
| 2023-03-14 | Linux builds: Update ghc-musl URL. | John MacFarlane | |
| 2023-03-14 | Expose formatFromFilePaths (#8693) | Amy de Buitléir | |
| Expose Text.Pandoc.App.FormatHeuristics (formatFromFilePaths) [API change] Closes #7590. | |||
| 2023-03-14 | Markdown writer: use implicit figures if there's a caption but no alt. | Albert Krewinkel | |
| Closes: #8689 | |||
| 2023-03-13 | doc/org.md: suggest use of `-s` to get metadata fields. | John MacFarlane | |
| See #8688. Obsoletes #8690. | |||
| 2023-03-13 | use Windows `%APPDATA%` variable to describe user data dir. | Pablo RodrĂguez | |
| Closes #8686. | |||
| 2023-03-13 | Fix stack.yaml once more | Albert Krewinkel | |
| 2023-03-13 | Require jira-wiki-markup 1.5.1 | Albert Krewinkel | |
| This fixes a bug in the parser that caused text between two exclamation marks to be parsed as an image. The first `!` of image markup must now be followed by a non-space character; otherwise, the enclosed text is parsed as normal content. Fixes: #8680 | |||
| 2023-03-13 | Jira reader: add panel title as nested div | Albert Krewinkel | |
| The title of a jira panel is added in a nested div as the first element of the div panel. Fixes: #8681 | |||
| 2023-03-13 | Fix testing with stack | Albert Krewinkel | |
| 2023-03-13 | Fix stack build after updating to new hslua version | Albert Krewinkel | |
| 2023-03-13 | Switch to hslua-2.3 | Albert Krewinkel | |
| 2023-03-12 | More macos release candidate tweaks. | John MacFarlane | |
| 2023-03-12 | Fix macos release candidate on GitHub actions. | John MacFarlane | |
| Change name of release candidate. Remove linux rc build, as we're building on cirrus. | |||
| 2023-03-12 | Update RELEASE-CHECKLIST to integrate the new cirrus builds. | John MacFarlane | |
| 2023-03-12 | Cirrus: more build improvements. | John MacFarlane | |
| Name artifact directories with the architecture type. | |||
| 2023-03-12 | Cirrus: Use bash to run linux build script. | John MacFarlane | |
| Needed for pushd, popd. | |||
| 2023-03-12 | Cirrus: brew update so we get more recent ghc. | John MacFarlane | |
| 2023-03-12 | linux/make_artifacts.sh: fix syntax for pushd, popd. | John MacFarlane | |
| 2023-03-12 | Fix BINPATH issues in linux and macos release build scripts. | John MacFarlane | |
| 2023-03-12 | linux/make_artifacts.sh: fix typo. | John MacFarlane | |
| 2023-03-12 | More cirrus fixes. | John MacFarlane | |
| 2023-03-12 | Cirrus: Fix CABALOPTS env variable. | John MacFarlane | |
| 2023-03-12 | More cirrus tweaks. | John MacFarlane | |
| Use cabal build rather than install. | |||
| 2023-03-12 | More cirrus tweaks. | John MacFarlane | |
| Ensure that the binary is built again even if it exists in the cache. | |||
| 2023-03-12 | Cirrus linux: tweak artifacts step. | John MacFarlane | |
