aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-02 16:29:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-02 16:30:39 -0800
commit7507117f150dd6d36835cf86ae0872b8af302af1 (patch)
tree95e97022bd7450876f62119d76054342eb5d544e /changelog
parent40dad9f644d3c792fde4d1d75b06ea3082afb595 (diff)
downloadpandoc-7507117f150dd6d36835cf86ae0872b8af302af1.tar.gz
Make `Ext_raw_html` default for commonmark format.
Diffstat (limited to 'changelog')
-rw-r--r--changelog12
1 files changed, 7 insertions, 5 deletions
diff --git a/changelog b/changelog
index 9cf6b6193..cd60dc428 100644
--- a/changelog
+++ b/changelog
@@ -199,10 +199,12 @@ pandoc (2.1.2)
+ Determine image size for PDFs (#4322).
+ EMF Image size support (#4375, Andrew Pritchard).
- * Text.Pandoc.Extensions: Add `Ext_styles` (Jesse Rosenthal,
- API change). This will be used in the docx reader (defaulting to off) to
- read pargraph and character styles not understood by pandoc (as divs and
- spans, respectively).
+ * Text.Pandoc.Extensions:
+
+ + Add `Ext_styles` (Jesse Rosenthal, API change). This will be used in
+ the docx reader (defaulting to off) to read pargraph and character
+ styles not understood by pandoc (as divs and spans, respectively).
+ + Made `Ext_raw_html` default for `commonmark` format.
* Text.Pandoc.Parsing:
@@ -1969,7 +1971,7 @@ pandoc (2.0)
* HTML reader: parse a span with class `smallcaps` as `SmallCaps`.
* LaTeX reader:
-
+
+ Implemented `\graphicspath` (#736).
+ Properly handle column prefixes/suffixes. For example, in
`\begin{tabular}{>{$}l<{$}>{$}l<{$} >{$}l<{$}}`