[ANN] PHP Markdown 1.0.1b8.1
Steven Marcus
steven.marcus at gmail.com
Tue Dec 14 18:54:32 EST 2004
This version is noticeably faster. Thank you!
I was starting to become a little concerned about page rendering times
in the PHP version. I am using the MarkSmarty module for drupal.
On Tue, 14 Dec 2004 09:41:08 -0500, Michel Fortin
<michel.fortin at michelf.com> wrote:
> This release fixes three small bugs in PHP Markdown. The one about tabs
> is an interesting one since the _Detab function was using the same
> regex as in Perl while giving a different result.
>
> I replaced _Detab by something not using any regex and, while now it
> gives the expected results, the new function is faster by some
> milliseconds. :-)
>
> Download here:
> <http://www.michelf.com/docs/projets/php-markdown-1.0.1b8.1.zip>
>
> 1.0.1b8.1:
>
> + Double quotes in the title of an inline link used to give strange
> results (incorrectly made entities). Fixed.
>
> + Tabs are now correctly transformed into spaces. Previously, only
> the first tab was converted. In code blocks, the second one was too,
> but was not always correctly aligned.
>
> + Added `>` to the list of backslash-escapable characters.
>
> _______________________________________________
> Markdown-discuss mailing list
> Markdown-discuss at six.pairlist.net
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
>
More information about the Markdown-Discuss
mailing list