1Available Extensions 2==================== 3 4Officially Supported Extensions 5------------------------------- 6 7These extensions are included with (at least) the most recent release and are 8officially supported by the Python-Markdown developers. Any documentation is 9maintained here and all bug reports should be made to the project. If you 10have a typical install of Python-Markdown, these extensions are already 11available to you. 12 13* [[Extra]] 14 * [[Abbreviations]] 15 * [[Definition_Lists]] 16 * [[Fenced_Code_Blocks]] 17 * [[Footnotes]] 18 * [[HeaderId]] 19 * [[Tables]] 20* [[CodeHilite]] 21* [[HTML_Tidy]] 22* [[ImageLinks]] 23* [[Meta-Data]] 24* [[RSS]] 25* [[Table_of_Contents]] 26* [[WikiLinks]] 27 28Unofficially Supported Extensions 29--------------------------------- 30 31These extensions have not yet been included in any official Python-Markdown 32release. However, the code is maintained in the projects 33[mainline git repository](http://gitorious.org/projects/python-markdown/repos/mainline) 34by the Python-Markdown developers and the official documentation is maintained 35here. All bug reports should be made to the project. It is anticipated that 36these extensions will be included with some future official release, at which 37time they will be moved to the above list of official extensions. 38 39* [[Legacy]] 40 41 42 43 44 45