4-10-2010
Using markdown with App Engine
Download the *nix source from Markdown for Python and extract the content.
Inside the extracted source you'll find a directory called markdown, copy this into your App Engine application folder.
Import into Python and use it:
import markdown html = markdown.markdown("source text")