forked from Python-Markdown/markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added extension subdir to docs with index listing all included extens…
…ions. Now we just need to document each one.
- Loading branch information
Waylan Limberg
committed
Mar 18, 2009
1 parent
6a56356
commit d912dde
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]] | ||
|
||
|
||
|
||
|
||
|