From be8d07470a4d8c5709710d63bebd781cee69ec57 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 6 Oct 2011 11:29:55 -0400 Subject: Removed another [[wikilink]] style link from the docs. --- docs/writing_extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3