4-10-2010

Using markdown with App Engine

  1. Download the *nix source from Markdown for Python and extract the content.

  2. Inside the extracted source you'll find a directory called markdown, copy this into your App Engine application folder.

  3. Import into Python and use it:

     import markdown
     html = markdown.markdown("source text")