summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 12:40:10 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 12:40:10 -0800
commitc9cc7e6ab6cc19b10962dd1019a4e1fb1dab0c7c (patch)
tree34586def5edd9d3c1cf446a4d72b655cec357ac9 /changelog
parentf688086979307bb5c81ffe61ed09493bc72785a5 (diff)
Update changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog b/changelog
index 03bc9dcb3..074ddb761 100644
--- a/changelog
+++ b/changelog
@@ -269,7 +269,7 @@ pandoc (2.0.5)
+ Revert "Docx reader: don't strip out empty paragraphs."
This reverts commit d6c58eb836f033a48955796de4d9ffb3b30e297b.
+ Implement `empty_paragraphs` extension in docx reader and writer,
- opendocument writer, html reader and writer.
+ opendocument writer, HTML reader and writer.
+ Add tests for `empty_paragraphs` extension.
* Markdown reader:
@@ -550,6 +550,7 @@ pandoc (2.0.3)
Previously `\( \frac{1}{a} < \frac{1}{b} \)` was not parsed as math in
`markdown` or `html` `+tex_math_single_backslash`.
+ Parse div with class `line-block` as LineBlock.
+ + Don't fail with block-level content in figcaption (Mauro Bieg, #4183).
* MANUAL: clarify that math extensions work with HTML.
Clarify that `tex_math_dollars` and `tex_math_single_backslash`