diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-12 16:36:10 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-12 16:36:10 -0800 |
commit | ccfbc205ee0d79cce9d0fc99d8a83e1fa4a63067 (patch) | |
tree | 02c9843084370ce53a677af97b630369c6a2261e | |
parent | 7093a3b44cbd0b962c53a6e00db51d5de9a840f9 (diff) | |
download | pandoc-ccfbc205ee0d79cce9d0fc99d8a83e1fa4a63067.tar.gz |
Updated changelog.
-rw-r--r-- | changelog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |