1<h1><a href="http://freewisdom.org/projects/python-markdown">Python-Markdown</a></h1> 2<p>This is a Python implementation of John Gruber's <a href="http://daringfireball.net/projects/markdown/">Markdown</a>. 3It is almost completely compliant with the reference implementation, 4though there are a few known issues. See <a href="http://www.freewisdom.org/projects/python-markdown/Features">Features</a> for information 5on what exactly is supported and what is not. Additional features are 6supported by the <a href="http://www.freewisdom.org/projects/python-markdown/Available_Extensions">Available Extensions</a>.</p> 7<h2>Documentation</h2> 8<p>Installation and usage documentation is available in the <code>docs/</code> directory 9of the distribution and on the project website at 10<a href="http://freewisdom.org/projects/python-markdown">http://freewisdom.org/projects/python-markdown</a>.</p> 11<h2>Support</h2> 12<p>You may ask for help and discuss various other issues on the <a href="http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss">mailing list</a> and report bugs on the <a href="http://www.freewisdom.org/projects/python-markdown/Tickets">bug tracker</a>.</p>