[ANN] PHP Markdown 1.0.1b8.1

Michel Fortin michel.fortin at michelf.com
Tue Dec 14 09:41:08 EST 2004


This release fixes three small bugs in PHP Markdown. The one about tabs 
is an interesting one since the _Detab function was using the same 
regex as in Perl while giving a different result.

I replaced _Detab by something not using any regex and, while now it 
gives the expected results, the new function is faster by some 
milliseconds. :-)

Download here: 
<http://www.michelf.com/docs/projets/php-markdown-1.0.1b8.1.zip>


1.0.1b8.1:

+	Double quotes in the title of an inline link used to give strange
	results (incorrectly made entities). Fixed.
	
+	Tabs are now correctly transformed into spaces. Previously, only
	the first tab was converted. In code blocks, the second one was too,
	but was not always correctly aligned.

+	Added `>` to the list of backslash-escapable characters.



More information about the Markdown-Discuss mailing list