diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-12 09:24:25 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-12 09:25:15 -0700 |
commit | ca6842349e23b3f60cb2665d1c20de9951bea268 (patch) | |
tree | 3e5368db87aabac769e984cf5ea008dc0764e23a /changelog | |
parent | 873a21170e1749366f0f6844c884ccf3a40e2c92 (diff) | |
download | pandoc-ca6842349e23b3f60cb2665d1c20de9951bea268.tar.gz |
HTML writer: Ensure proper escaping in header metadata.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -405,6 +405,7 @@ + Fixed `--no-highlight` (Alexander Kondratskiy). + Don't convert to lowercase in email obfuscation (#839). + + Ensure proper escaping in `<title>` and `<meta>` fields. * AsciiDoc writer: |