From a6fd7b5cba69cad049046b3a372d0f2d6c495abe Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 23 Aug 2011 10:53:49 -0400 Subject: Renamed *.txt -> *.md in docs. --- docs/extensions/extra.txt | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 docs/extensions/extra.txt (limited to 'docs/extensions/extra.txt') diff --git a/docs/extensions/extra.txt b/docs/extensions/extra.txt deleted file mode 100644 index 018a849..0000000 --- a/docs/extensions/extra.txt +++ /dev/null @@ -1,44 +0,0 @@ -Python-Markdown Extra -===================== - -Summary -------- - -A compilation of various Python-Markdown extensions that (mostly) imitates -[PHP Markdown Extra](http://michelf.com/projects/php-markdown/extra/). - -The supported extensions include: - -* [[Abbreviations]] -* [[Definition_Lists]] -* [[Fenced_Code_Blocks]] -* [[Footnotes]] -* [[HeaderId]] -* [[Tables]] -* [[Smart_Strong]] - -See each individual extension for syntax documentation. Extra and all it's -supported extensions are included in the standard Markdown library. - -Usage ------ - -From the Python interpreter: - - >>> import markdown - >>> html = markdown.markdown(text, ['extra']) - -In the unlikely event that one or more of the supported extensions are not -available for import, Markdown will simply continue without that -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. -- cgit v1.2.3