[ANN] PHP Markdown Extra 1.0b4
    Michel Fortin 
    michel.fortin at michelf.com
       
    Mon Aug  1 10:24:56 EDT 2005
    
    
  
PHP Markdown Extra 1.0b4 now pass every tests of MarkdownTest that 
current Markdown and PHP Markdown can pass. It also pass the "Inline 
HTML (Advanced)" test and two new tests I've made for definition lists 
and tables. (If someone want to have the new test files, just ask.)
Download from here:
<http://www.michelf.com/projects/php-markdown/>
Here is what has been fixed:
Extra 1.0b4 - 1 August 2005
*	Fixed some issues where whitespace around HTML blocks were trigging
	empty paragraph tags.
*	Fixed an HTML block parsing issue that would cause a block element
	following a code span or block with unmatched opening bracket to be
	placed inside a paragraph.
	For instance:
		Paragraph `<`.
		<h1>Test</h1>
	was previously giving bad results.
*	Removed some PHP notices that could appear when parsing definition
	lists and tables with PHP notice reporting flag set.
Michel Fortin
michel.fortin at michelf.com
http://www.michelf.com/
    
    
More information about the Markdown-Discuss
mailing list