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/index.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/index.md')
-rw-r--r-- | docs/extensions/index.md | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/docs/extensions/index.md b/docs/extensions/index.md index d0726e6..5578cbb 100644 --- a/docs/extensions/index.md +++ b/docs/extensions/index.md @@ -10,21 +10,20 @@ 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]] - * [[Attr_List]] - * [[Tables]] -* [[attr_list]] -* [[CodeHilite]] -* [[HTML_Tidy]] -* [[HeaderId]] -* [[ImageLinks]] -* [[Meta-Data]] -* [[nl2br]] -* [[RSS]] -* [[Table_of_Contents]] -* [[WikiLinks]] +* [Extra](extra.html) + * [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) +* [CodeHilite](code_hilite.html) +* [HTML Tidy](html_tidy.html) +* [HeaderId](header_id.html) +* [Meta-Data](meta_data.html) +* [New Line to Break](nl2br.html) +* [RSS](rss.html) +* [Table of Contents](toc.html) +* [WikiLinks](wikilinks.html) |