From ccfbc205ee0d79cce9d0fc99d8a83e1fa4a63067 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 Dec 2017 16:36:10 -0800 Subject: Updated changelog. --- changelog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index f55c20636..237532dfd 100644 --- a/changelog +++ b/changelog @@ -41,7 +41,17 @@ pandoc (2.0.5) opendocument writer, html reader and writer. + Add tests for `empty_paragraphs` extension. - * Markdown reader: Don't parse native div as table caption (#4119). + * Markdown reader: + + + Don't parse native div as table caption (#4119). + + Improved computation of column widths in pipe tables. + Pipe tables with lines longer than the text width (as set + by `--columns`) are now scaled to text width, with the relative + widths of columns determined by the ratios between the + header lines. Previously we computed column widths using + the ratio of header line lengths to column width, so that + tables with narrow header lines were extremely thin, which + was very rarely the desired result. * LaTeX reader: fix `\` before newline (#4134). This should be a space, as long as it's not followed by a blank line. This has been fixed at the -- cgit v1.2.3