My favorites | Sign in
Project Logo
                
Search
for
Updated Aug 17, 2007 by tre...@gmail.com
Labels: Featured
WhyAnotherPythonMarkdown  
What another Python Markdown implementation?

There is already a Python markdown implementation. So why write another one?

  • I've run into some issues with markdown.py, some of which looked like fixing might be quite difficult. My initial attempts to email the maintainer ended up bouncing. At that point I started looking into a re-write. I've noticed now that markdown.py is hosted on SourceForge. (TODO: create issues there and link to them here.)
  • TODO: mention the safe_mode thing and recent HTML sanitization discussions
  • For fun. Who doesn't like writing parsing code. :)

Comment by boyerchen, Aug 20, 2008

Thanks for your efforts. Your implementation looks much cleaner to me.

Comment by jeremybanks.ca, Sep 04, 2008

Indeed. I was using the old one, but after seeing yours I'll probably switch.

Comment by solution...@gmail.com, Mar 10, 2009

Any plans for making this Python 3 compatible?


Sign in to add a comment
Hosted by Google Code