Skip to content

Commit

Permalink
Added extension subdir to docs with index listing all included extens…
Browse files Browse the repository at this point in the history
…ions. Now we just need to document each one.
  • Loading branch information
Waylan Limberg committed Mar 18, 2009
1 parent 6a56356 commit d912dde
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include markdown.py
recursive-include markdown *.py
include docs/*
recursive-include docs *
prune markdown/extensions/legacy.py
include setup.py
include MANIFEST
44 changes: 44 additions & 0 deletions docs/extensions/index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,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]]





0 comments on commit d912dde

Please sign in to comment.