File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ functionality of the core ``BlockParser``. The BlockParser is composed of a
186
186
number of Blockproccessors. The BlockParser steps through each block of text
187
187
(split by blank lines) and passes each block to the appropriate Blockprocessor.
188
188
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
190
190
adds/modifies Blockprocessors.
191
191
192
192
A Blockprocessor should inherit from `` markdown.blockprocessors.BlockProcessor ``
@@ -612,3 +612,4 @@ than one residing in a module.
612
612
[ ElementTree ] : http://effbot.org/zone/element-index.htm
613
613
[ Available Extensions ] : extensions/
614
614
[ Footnotes ] : extensions/footnotes.html
615
+ [ Definition Lists ] : extensions/definition_lists.html
You can’t perform that action at this time.
0 commit comments