Home | History | Annotate | Download | only in extensions
      1 Available Extensions
      2 ====================
      3 
      4 Officially Supported Extensions
      5 -------------------------------
      6 
      7 These extensions are included with (at least) the most recent release and are 
      8 officially supported by the Python-Markdown developers. Any documentation is 
      9 maintained here and all bug reports should be made to the project. If you 
     10 have a typical install of Python-Markdown, these extensions are already 
     11 available 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 
     28 Unofficially Supported Extensions 
     29 ---------------------------------
     30 
     31 These extensions have not yet been included in any official Python-Markdown 
     32 release. However, the code is maintained in the projects 
     33 [mainline git repository](http://gitorious.org/projects/python-markdown/repos/mainline) 
     34 by the Python-Markdown developers and the official documentation is maintained 
     35 here. All bug reports should be made to the project. It is anticipated that 
     36 these extensions will be included with some future official release, at which 
     37 time they will be moved to the above list of official extensions.
     38 
     39 * [[Legacy]]
     40 
     41 
     42 
     43 
     44 
     45