[ANN] PHP Markdown Extra 1.0b3
Michel Fortin
michel.fortin at michelf.com
Fri Jul 29 14:23:15 EDT 2005
This is beta 3 release of PHP Markdown Extra that I will publish on my
website in about two hours.
Direct download link:
<http://www.michelf.com/docs/projets/php-markdown-extra-1.0b3.zip>
Extra 1.0b3 - 29 July 2005
* Definition lists now require a blank line before each term. Solves
an ambiguity where the last line of lazy-indented definitions could
be mistaken by PHP Markdown as a new term in the list.
* Definition lists now support multiple terms per definition.
* Some special tags were replaced in the output by their md5 hash key.
Things such as this now work as expected:
## Header <?php echo $number ?> ##
Michel Fortin
michel.fortin at michelf.com
http://www.michelf.com/
More information about the Markdown-Discuss
mailing list