diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 12:40:10 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 12:40:10 -0800 |
commit | c9cc7e6ab6cc19b10962dd1019a4e1fb1dab0c7c (patch) | |
tree | 34586def5edd9d3c1cf446a4d72b655cec357ac9 | |
parent | f688086979307bb5c81ffe61ed09493bc72785a5 (diff) | |
download | pandoc-c9cc7e6ab6cc19b10962dd1019a4e1fb1dab0c7c.tar.gz |
Update changelog.
-rw-r--r-- | changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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` |