Bump to 2.14.0.1; update changelog and man page.
This commit is contained in:
parent
62f46b3995
commit
677ccb7138
4 changed files with 24 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Pandoc User's Guide
|
||||
author: John MacFarlane
|
||||
date: May 28, 2021
|
||||
date: May 31, 2021
|
||||
---
|
||||
|
||||
# Synopsis
|
||||
|
|
21
changelog.md
21
changelog.md
|
@ -1,5 +1,26 @@
|
|||
# Revision history for pandoc
|
||||
|
||||
## pandoc 2.14.0.1 (2021-06-01)
|
||||
|
||||
* Commonmark reader: Fix regression in 2.14 with YAML metdata block parsing,
|
||||
which could cause the document body to be omitted after metadata (#7339).
|
||||
|
||||
* HTML reader: fix column width regression in 2.14 (#7334).
|
||||
Column widths specified with a style attribute were off by a factor of 100.
|
||||
|
||||
* Markdown reader: in `rebasePaths`, check for both Windows and Posix
|
||||
absolute paths. Previously Windows pandoc was treating
|
||||
`/foo/bar.jpg` as non-absolute.
|
||||
|
||||
* Text.Pandoc.Logging: In rendering `LoadedResource`, use relative paths.
|
||||
|
||||
* Docx writer: fix regression on captions (#7328). The "Table Caption"
|
||||
style was no longer getting applied. (It was overwritten by "Compact.")
|
||||
|
||||
* Use commonmark-extensions 0.2.1.2
|
||||
|
||||
* Use smaller images in tests, reducing the size of the source tarball by 8 MB.
|
||||
|
||||
## pandoc 2.14 (2021-05-28)
|
||||
|
||||
* Change reader types, allowing better tracking of source positions
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
'\" t
|
||||
.\" Automatically generated by Pandoc 2.14
|
||||
.\"
|
||||
.TH "Pandoc User\[cq]s Guide" "" "May 28, 2021" "pandoc 2.14" ""
|
||||
.TH "Pandoc User\[cq]s Guide" "" "May 31, 2021" "pandoc 2.14.0.1" ""
|
||||
.hy
|
||||
.SH NAME
|
||||
pandoc - general markup converter
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
cabal-version: 2.2
|
||||
name: pandoc
|
||||
version: 2.14
|
||||
version: 2.14.0.1
|
||||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
|
|
Loading…
Add table
Reference in a new issue