diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-14 10:58:29 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-14 10:59:27 -0700 |
commit | 4e0fe9001c0adbf1da6ab95b89ef6d94c86f9966 (patch) | |
tree | 27dda6a68618b8f1207d736b170b0b46f9fe5ad7 | |
parent | 8bf39cf6d676ec9ebb8ac0e13b60621ea363d6f3 (diff) | |
download | pandoc-4e0fe9001c0adbf1da6ab95b89ef6d94c86f9966.tar.gz |
Updated changelog.
-rw-r--r-- | changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -273,6 +273,7 @@ pandoc (1.13) caused incorrect tag nesting for input like `<aside markdown="1">*hi*</aside>`. + Fixed regression with intraword underscores (#1121). + + Improved parsing of inline links containing quote characters (#1534). + Slight rewrite of `enclosure`/`emphOrStrong` code. + Revamped raw HTML block parsing in markdown (#1330). We no longer include trailing spaces and newlines in the |