[ANN] PHP Markdown 1.0.1e & Extra 1.1.1
Michel Fortin
michel.fortin at michelf.com
Thu Dec 28 22:07:13 EST 2006
This is a mostly a bug-fix release. You can download it from here:
<http://www.michelf.com/projects/php-markdown/>
PHP Markdown 1.0.1e
* Added support for internationalized domain names for email
addresses in
automatic link. Improved the speed at which email addresses are
converted
to entities. Thanks to Milian Wolff for his optimisations.
* Made deterministic the conversion to entities of email addresses in
automatic links. This means that a given email address will always be
encoded the same way.
* PHP Markdown will now use its own function to calculate the length
of an
UTF-8 string in `detab` when `mb_strlen` is not available instead of
giving a fatal error.
PHP Markdown Extra 1.1.1
* Fixed a problem where whitespace at the end of the line of an atx-
style
header would cause tailing `#` to appear as part of the header's
content.
This was caused by a small error in the regex that handles the
definition
for the id attribute in PHP Markdown Extra.
* Fixed a problem where empty abbreviations definitions would eat the
following line as its definition.
* Fixed an issue with calling the Markdown parser repetitivly with text
containing footnotes. The footnote hashes were not reinitialized
properly.
Michel Fortin
michel.fortin at michelf.com
http://www.michelf.com/
More information about the Markdown-Discuss
mailing list