+ Added a new rule for enhanced ordered lists: lists with capital letters
followed by periods must have two spaces after the list marker. This is
to avoid misinterpreting paragraphs that start with someone's initials
as list items. Thus,
B. Russell was an English philosopher
will be interpreted as a regular paragraph;
B. Russell was an English philosopher
as an ordered list item.
+ Fixed handling of LaTeX footnotes with verbatim text in them.
+ Apply UTF8 filter to all include files (-H, -C, -A, -B options), so unicode
characters in them work properly.
+ Improved strict markdown compatibility.
+ Fixed column widths in HTML tables.
+ OSX packages are no longer supported. There were too many issues with
the binary's dependence on dynamic libraries (GMP in particular). Instead,
a MacPorts Portfile has been provided. I will go back to offering packages
if I can figure out how to do so cleanly.
A source tarball and Windows binary are available at
http://pandoc.googlecode.com.