From: Artem Y. <ne...@gm...> - 2008-08-18 17:59:04
|
Hello all, [2.0-beta][] and [2.1-alpha][] released. Major change in 2.1-alpha is fix for recursion limit bug (ticket #3), now Python-Markdown can process any length text. First I tried completely get rid of recursion, but that version was slower (about 10%) then version with recursion. In 2.1-alpha version input splits on parts and then every part processed, it has almost same performance as 2.0-beta. [2.0-beta]: http://splyer.com/markdown2.0-beta.tar.gz [2.1-alpha]: http://splyer.com/markdown2.1-alpha.tar.gz |