diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-11-10 16:55:29 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-11-15 10:08:07 +0100 |
commit | dec0ff36930f82bff23b4c1a6fef7612793bb528 (patch) | |
tree | fd6a2cdbb596f10de20038a935c004c34d2e9b27 /changelog | |
parent | 50f0cfcc1a96a418b5da9539f80499758ac207c7 (diff) | |
download | pandoc-dec0ff36930f82bff23b4c1a6fef7612793bb528.tar.gz |
changelog: Moved an item that was misplaced...
in the 1.17.2 section to the 1.18 section where it belongs.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -261,6 +261,9 @@ pandoc (1.18) This allows figure placement defaults to be changed by the user in the template. + * HTML writer (slide show formats): In slide shows, don't change slide title + to level 1 header (#2221). + * TEI writer: remove heuristic to detect book template (Albert Krewinkel). TEI doesn't have `<book>` elements but only generic `<divN>` division elements. Checking the template for a trailing `</book>` is nonsensical. @@ -462,7 +465,6 @@ pandoc (1.17.2) LaTeX environments that MathJax can handle get passed through. This patch also causes raw LaTeX environments to be treated as math, when possible, with MathML and WebTeX output. - + In slide shows, don't change slide title to level 1 header (#2221). * Markdown writer: use raw HTML for simple, pipe tables with linebreaks (#2993). Markdown line breaks involve a newline, and simple and pipe |