aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-09-22 10:35:35 -0400
committerWaylan Limberg <waylan@gmail.com>2011-09-22 10:35:35 -0400
commit107ab187cba2fba2413f2677b919f71f0b021d82 (patch)
tree74430b127361b9d1701fd8ee2231b0278c010b40 /docs/extensions
parent32e94bc247e397ae42da0f2552d4ef73ac213a17 (diff)
downloadmarkdown-107ab187cba2fba2413f2677b919f71f0b021d82.tar.gz
markdown-107ab187cba2fba2413f2677b919f71f0b021d82.tar.bz2
markdown-107ab187cba2fba2413f2677b919f71f0b021d82.zip
Updated Extra Extension docs to relect recent changes in the extension.
Diffstat (limited to 'docs/extensions')
-rw-r--r--docs/extensions/extra.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/extensions/extra.md b/docs/extensions/extra.md
index 018a849..3e89427 100644
--- a/docs/extensions/extra.md
+++ b/docs/extensions/extra.md
@@ -10,10 +10,10 @@ A compilation of various Python-Markdown extensions that (mostly) imitates
The supported extensions include:
* [[Abbreviations]]
+* [[Attribute Lists]]
* [[Definition_Lists]]
* [[Fenced_Code_Blocks]]
* [[Footnotes]]
-* [[HeaderId]]
* [[Tables]]
* [[Smart_Strong]]
@@ -34,11 +34,9 @@ extension. If you would like to be notified of such failures,
you may set Python-Markdown's logger level to "WARN".
There may be additional extensions that are distributed with
-Python-Markdown that are not included here in Extra. Those extensions
-are not part of PHP Markdown Extra, and therefore, not part of
-Python-Markdown Extra. If you really would like Extra to include
-additional extensions, we suggest creating your own clone of Extra
-under a different name (see [[Writing Extensions]]). You could also
-edit the `extensions` global variable defined in the source, but be
-aware that such changes may be lost when you upgrade to any future
-version of Python-Markdown.
+Python-Markdown that are not included here in Extra. The features
+of those extensions are not part of PHP Markdown Extra, and
+therefore, not part of Python-Markdown Extra. If you really would
+like Extra to include additional extensions, we suggest creating
+your own clone of Extra under a different name
+(see [[Writing Extensions]]).