[ANN] Markdown.pl 1.0.2b7

John Gruber gruber at fedora.net
Wed Aug 30 00:08:15 EDT 2006


Download:

<http://daringfireball.net/projects/downloads/Markdown_1.0.2b7.tbz>


Changes from 1.0.2b4, the last released version:

+ Changed shebang line from "/usr/bin/perl" to "/usr/bin/env perl"

+ Now only trim trailing newlines from code blocks, instead of trimming
all trailing whitespace characters.

+ Fixed bad performance bug in new `Text::Balanced`-based
block-level parser.

+ Fixed bug where this:

[text](http://m.com "title" )

wasn't working as expected, because the parser wasn't
allowing for spaces before the closing paren.

-J.G.


More information about the Markdown-Discuss mailing list