Bump to 2.19.2, update changelog and man page.

This commit is contained in:
John MacFarlane 2022-08-22 08:30:48 -07:00
parent 16d134218b
commit 46a1888c26
4 changed files with 34 additions and 3 deletions

View file

@ -1,7 +1,7 @@
--- ---
title: Pandoc User's Guide title: Pandoc User's Guide
author: John MacFarlane author: John MacFarlane
date: August 18, 2022 date: August 22, 2022
--- ---
# Synopsis # Synopsis

View file

@ -1,5 +1,36 @@
# Revision history for pandoc # Revision history for pandoc
## pandoc 2.19.2 (2022-08-22)
* Fix regression with data uris in 2.19.1 (#8239).
In 2.19.1 we used the base64URL encoding rather than base64.
* pandoc-server: handle `citeproc` parameter as documented (#8235).
* Org reader: treat *emacs-jupyter* src blocks as code cells (#8236,
Albert Krewinkel). This improves support for notebook-like org files
that are intended to be used with emacs-jupyter package.
* HTML writer and templates: revert to using `width` property for column
widths (Albert Krewinkel). The default `flex` and `overflow-x` properties
of a column are set to `auto`. In combination, these changes allow to
get good results when using columns with or without explicit widths.
* Org writer (Albert Krewinkel):
+ Add support for jupyter nodebook cells (#6367).
+ Prefix code language of ipynb code blocks with `jupyter-`.
This is the convention used by the *emacs-jupyter* package.
+ Keep code block attributes as header args. This allows to keep more
information in the resulting `src` blocks, making it easier to
roundtrip from or through Org. Org babel ignores unknown header
arguments.
+ Add code block identifier as `#+name` to src blocks.
* Fix some typos in the codebase (luz paz).
* Require hslua-module-path 1.0.3 (#8228, Albert Krewinkel).
## pandoc 2.19.1 (2022-08-18) ## pandoc 2.19.1 (2022-08-18)
* Add server capabilities. * Add server capabilities.

View file

@ -14,7 +14,7 @@
. ftr VB CB . ftr VB CB
. ftr VBI CBI . ftr VBI CBI
.\} .\}
.TH "Pandoc User\[cq]s Guide" "" "August 18, 2022" "pandoc 2.19.1" "" .TH "Pandoc User\[cq]s Guide" "" "August 22, 2022" "pandoc 2.19.2" ""
.hy .hy
.SH NAME .SH NAME
pandoc - general markup converter pandoc - general markup converter

View file

@ -1,6 +1,6 @@
cabal-version: 2.4 cabal-version: 2.4
name: pandoc name: pandoc
version: 2.19.1 version: 2.19.2
build-type: Simple build-type: Simple
license: GPL-2.0-or-later license: GPL-2.0-or-later
license-file: COPYING.md license-file: COPYING.md