[ANN] PHP Markdown 1.0.1j & Extra 1.1.6
    Michel Fortin 
    michel.fortin at michelf.com
       
    Tue Sep  4 12:58:40 EDT 2007
    
    
  
This release fix one relatively important bug introduced in 1.0.1i.  
Thanks to Milian Wolff for the very quick report about the misnesting  
of `<code>` and `<pre>` in code blocks.
Also, with this release, configuration settings can be defined  
outside of the "markdown.php" file. Just copy the lines corresponding  
to the settings you want to set anywhere where PHP code get executed  
prior the inclusion of PHP Markdown -- like in the WordPress  
configuration file -- and they'll override Markdown defaults.
You can download PHP Markdown 1.0.1j and PHP Markdown Extra 1.1.6  
from the PHP Markdown website, here:
<http://www.michelf.com/projects/php-markdown/>
The [PEAR packages][1] and the [Git repository mirror][2] also have  
been updated to the latest releases.
  [2]: http://pear.michelf.com/
  [3]: http://git.michelf.com/php-markdown/
Extra 1.1.6 (4 Sep 2007):
1.0.1j (4 Sep 2007):
*   Fixed a problem introduced in 1.0.1i where the closing `code` and
     `pre` tags at the end of a code block were appearing in the wrong
     order.
*   Overriding configuration settings by defining constants from an
     external before markdown.php is included is now possible without
     producing a PHP warning.
Michel Fortin
michel.fortin at michelf.com
http://www.michelf.com/
    
    
More information about the Markdown-Discuss
mailing list