diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-13 20:55:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-13 20:55:02 -0700 |
commit | dc51114320e49945be191cbc3886ad6b4970c72a (patch) | |
tree | 3bdf17994e3131a866edc039fc8ed35953f3ffa4 /changelog | |
parent | e06810499e69b23f08fc1f8fb7e774e7b11be713 (diff) | |
download | pandoc-dc51114320e49945be191cbc3886ad6b4970c72a.tar.gz |
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -204,6 +204,8 @@ pandoc (1.14) + Fixed `htmlTag` (#1820). If the tag parses as a comment, we check to see if the input starts with `<!--`. If not, it's bogus comment mode and we fail `htmlTag`. + + Handle `base` tag; if it has an `href` value, this is added to + all relative URLs in links and images. * DocBook reader: look inside "info" elements for section titles (#1931). |