Markdown 1.0b3:
<http://daringfireball.net/projects/downloads/Markdown_1.0b3.zip>
The only change:
* Fixed tiny bug where link and image id references were
being treated case sensitively.
It could hardly be a smaller update: all I did was add two calls to
Perl's `lc` operator.
Gruber's Law: You'll always find more bugs while writing documentation.
-J.G.