aboutsummaryrefslogtreecommitdiff
path: root/docs/extensions/index.txt
blob: 71d857cb5f79623a9ea470b563456590435fcc6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Available Extensions
====================

Officially Supported Extensions
-------------------------------

These extensions are included with (at least) the most recent release and are 
officially supported by the Python-Markdown developers. Any documentation is 
maintained here and all bug reports should be made to the project. If you 
have a typical install of Python-Markdown, these extensions are already 
available to you.

* [[Extra]]
    * [[Abbreviations]]
    * [[Definition_Lists]]
    * [[Fenced_Code_Blocks]]
    * [[Footnotes]]
    * [[HeaderId]]
    * [[Tables]]
* [[CodeHilite]]
* [[HTML_Tidy]]
* [[ImageLinks]]
* [[Meta-Data]]
* [[RSS]]
* [[Table_of_Contents]]
* [[WikiLinks]]

Unofficially Supported Extensions 
---------------------------------

These extensions have not yet been included in any official Python-Markdown 
release. However, the code is maintained in the projects 
[mainline git repository](http://gitorious.org/projects/python-markdown/repos/mainline) 
by the Python-Markdown developers and the official documentation is maintained 
here. All bug reports should be made to the project. It is anticipated that 
these extensions will be included with some future official release, at which 
time they will be moved to the above list of official extensions.

* [[Legacy]]