Skip to content

Commit be8d074

Browse files
author
Waylan Limberg
committed
Removed another [[wikilink]] style link from the docs.
1 parent c7ccbd9 commit be8d074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/writing_extensions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ functionality of the core ``BlockParser``. The BlockParser is composed of a
186186
number of Blockproccessors. The BlockParser steps through each block of text
187187
(split by blank lines) and passes each block to the appropriate Blockprocessor.
188188
That Blockprocessor parses the block and adds it to the ElementTree. The
189-
[[Definition Lists]] extension would be a good example of an extension that
189+
[Definition Lists][] extension would be a good example of an extension that
190190
adds/modifies Blockprocessors.
191191

192192
A Blockprocessor should inherit from ``markdown.blockprocessors.BlockProcessor``
@@ -612,3 +612,4 @@ than one residing in a module.
612612
[ElementTree]: http://effbot.org/zone/element-index.htm
613613
[Available Extensions]: extensions/
614614
[Footnotes]: extensions/footnotes.html
615+
[Definition Lists]: extensions/definition_lists.html

0 commit comments

Comments
 (0)