diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-12 15:52:18 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-12 15:52:18 -0700 |
commit | 52c58175cab1d3b7ce86c6d72c67d93b8555cec3 (patch) | |
tree | df3f1b50ddbf01b1ca04c715d85dcfa28b56275a /changelog | |
parent | 81157c7cc6ab72fc70bfba18f90c3f12142b7e4e (diff) | |
download | pandoc-52c58175cab1d3b7ce86c6d72c67d93b8555cec3.tar.gz |
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -115,6 +115,11 @@ pandoc (1.13) generated by Span and Div elements. + Use span with style for `SmallCaps` (#1360). + * HTML writer: + + + Autolinks now have class `uri`, and email autolinks have class + `email`, so they can be styled. + * Docx writer: + Document formatting is carried over from `reference.docx`. @@ -359,6 +364,10 @@ pandoc (1.13) + Fixed strikeout + highlighted code (#1294). Previously strikeout highlighted code caused an error. + * ConTeXt writer: + + + Improved detection of autolinks with URLs containing escapes. + * RTF writer: + Improved image embedding: `fetchItem'` is now used to get the |