This is mainly a bug fix release. Thanks to all who submitted bug
reports. I won't catalog the bug fixes here; see
http://johnmacfarlane.net/pandoc/changelog.txt for full details.
This release includes two enhancements:
1. A new option --sanitize-html has been added (and a corresponding
parameter of ParserState, for those using pandoc as a library).
This sanitizes HTML in Markdown and HTML input, using a whitelist
method. It replaces possibly harmful HTML with HTML comments,
and removes possibly harmful HTML attributes.
2. The options -H, -A, and -B have been made cumulative. So if you
want to include several files, just use the option multiple times
on the command line.
John