aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-02 18:44:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-02 18:44:58 -0800
commitc87f39421d8fb3fd5a2f51f58e8204f273abef79 (patch)
tree0ff7655845cd14a147e2e5cd1994da3084f4ec63
parent92c527713b814144c91296537afeb14dc4faab76 (diff)
downloadpandoc-c87f39421d8fb3fd5a2f51f58e8204f273abef79.tar.gz
Update changelog.
-rw-r--r--changelog19
1 files changed, 18 insertions, 1 deletions
diff --git a/changelog b/changelog
index 167fbe3c7..b90cebecf 100644
--- a/changelog
+++ b/changelog
@@ -1,15 +1,23 @@
pandoc (2.0.4)
- * Added `--print-highlight-style` option. This generates a JSON version
+ * Add `--print-highlight-style` option. This generates a JSON version
of a highlighting style, which can be saved as a `.theme` file, modified,
and used with `--highlight-style` (#4106, #4096).
+ * Add `--strip-empty-paragraphs` option. This works for any input format.
+ It is primarily intended for use with docx and odt documents where
+ empty paragraphs have been used for inter-paragraph spaces.
+
* Support `--webtex` for `gfm` output.
* Recognize `.muse` file extension.
* Support beamer `\alert` in LaTeX reader. Closes #4091.
+ * Docx reader: don't strip out empty paragraphs (#2252).
+ Users who have a conversion pipeline from docx may want to consider adding
+ `--strip-empty-paragraphs` to the command line.
+
* Org reader (Albert Krewinkel): Allow empty list items (#4090).
* Muse reader (Alexander Krotov):
@@ -32,6 +40,8 @@ pandoc (2.0.4)
+ Add inline `<literal>` support.
+ Concatenate inlines of the same type
+ * Docx writer: allow empty paragraphs (#2252).
+
* Muse writer (Alexander Krotov):
+ Test that inline math conversion result is normalized.
@@ -57,6 +67,13 @@ pandoc (2.0.4)
* Let papersizes `a0`, `a1`, `a2`, ... be case-insensitive by
converting the case as needed in LaTeX and ConTeXt writers.
+ * Change `fixDisplayMath` from `Text.Pandoc.Writers.Shared`
+ so that it no longer produces empty `Para`'s as an artifact.
+
+ * `Text.Pandoc.Shared.blocksToInlines`: rewrote using builder.
+ This gives us automatic normalization, so we don't get
+ for example two consecutive Spaces.
+
* revealjs template: add `tex2jax` configuration for the
math plugin. With the next release of reveal.js, this will
fix the problem of `$`s outside of math contexts being