diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-09-22 11:08:47 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-09-22 11:08:47 -0400 |
commit | ab1d9f15546b1c2a161bb56058f5f6c825579234 (patch) | |
tree | 7c39d5d6330b9f3b5d4aeb7a9bd3a86a7a2d8175 /docs/extensions/extra.md | |
parent | 107ab187cba2fba2413f2677b919f71f0b021d82 (diff) | |
download | markdown-ab1d9f15546b1c2a161bb56058f5f6c825579234.tar.gz markdown-ab1d9f15546b1c2a161bb56058f5f6c825579234.tar.bz2 markdown-ab1d9f15546b1c2a161bb56058f5f6c825579234.zip |
Updated docs to no longer use the [[wikilink]] style links from the old wiki. All links are not realative links which should work with the supplied docs generator.
Diffstat (limited to 'docs/extensions/extra.md')
-rw-r--r-- | docs/extensions/extra.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/extensions/extra.md b/docs/extensions/extra.md index 3e89427..9bb94c2 100644 --- a/docs/extensions/extra.md +++ b/docs/extensions/extra.md @@ -9,15 +9,15 @@ A compilation of various Python-Markdown extensions that (mostly) imitates The supported extensions include: -* [[Abbreviations]] -* [[Attribute Lists]] -* [[Definition_Lists]] -* [[Fenced_Code_Blocks]] -* [[Footnotes]] -* [[Tables]] -* [[Smart_Strong]] - -See each individual extension for syntax documentation. Extra and all it's +* [Abbreviations](abbreviations.html) +* [Attribute Lists](attr_list.html) +* [Definition Lists](definition_lists.html) +* [Fenced Code Blocks](fenced_code_blocks.html) +* [Footnotes](footnotes.html) +* [Tables](tables.html) +* [Smart Strong](smart_strong.html) + +See each individual extension for syntax documentation. Extra and all its supported extensions are included in the standard Markdown library. Usage @@ -33,10 +33,10 @@ 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 +There may be [additional extensions](index.html) that are distributed with 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]]). +(see [Writing Extensions](../writing_extensions.html)). |