aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-10-06 11:29:55 -0400
committerWaylan Limberg <waylan@gmail.com>2011-10-06 11:29:55 -0400
commitbe8d07470a4d8c5709710d63bebd781cee69ec57 (patch)
tree012141b02d35a34297dd274685ed42ec6fe78070
parentc7ccbd92efa3915a2331b6cfaaae11c91b1d1736 (diff)
downloadmarkdown-be8d07470a4d8c5709710d63bebd781cee69ec57.tar.gz
markdown-be8d07470a4d8c5709710d63bebd781cee69ec57.tar.bz2
markdown-be8d07470a4d8c5709710d63bebd781cee69ec57.zip
Removed another [[wikilink]] style link from the docs.
-rw-r--r--docs/writing_extensions.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/writing_extensions.md b/docs/writing_extensions.md
index bb287df..8a6a073 100644
--- a/docs/writing_extensions.md
+++ b/docs/writing_extensions.md
@@ -186,7 +186,7 @@ functionality of the core ``BlockParser``. The BlockParser is composed of a
number of Blockproccessors. The BlockParser steps through each block of text
(split by blank lines) and passes each block to the appropriate Blockprocessor.
That Blockprocessor parses the block and adds it to the ElementTree. The
-[[Definition Lists]] extension would be a good example of an extension that
+[Definition Lists][] extension would be a good example of an extension that
adds/modifies Blockprocessors.
A Blockprocessor should inherit from ``markdown.blockprocessors.BlockProcessor``
@@ -612,3 +612,4 @@ than one residing in a module.
[ElementTree]: http://effbot.org/zone/element-index.htm
[Available Extensions]: extensions/
[Footnotes]: extensions/footnotes.html
+[Definition Lists]: extensions/definition_lists.html