Home | History | Annotate | Download | only in docs

Lines Matching full:inlinepatterns

23 * [InlinePatterns][]
60 <h3 id="inlinepatterns">Inline Patterns</h3>
64 instances of classes that inherit from ``markdown.inlinepatterns.Pattern`` or
87 class EmphasisPattern(markdown.inlinepatterns.Pattern):
136 the tree and runs the InlinePatterns on the text of each Element in the tree.
317 [InlinePatterns][]. In such a situation, simply insert the text as you normally
318 would and the text will be automatically run through the InlinePatterns.
319 However, if you do *not* want some text to be parsed by InlinePatterns,
325 the second cell (``td2``) will be run through InlinePatterns latter):
380 * ``md.inlinePatterns``
410 md.inlinePatterns.add('mypattern', MyPattern(md), '<references')
583 [InlinePatterns]: #inlinepatterns