Lines Matching refs:BlockParser
13 there are also blockprocessors which are part of the core BlockParser.
26 * [BlockParser][]
134 core BlockParser. This is where additional manipulation of the tree takes
170 <h3 id="blockparser">BlockParser</h3>
175 functionality of the core ``BlockParser``. The BlockParser is composed of a
176 number of Blockproccessors. The BlockParser steps through each block of text
185 The ``test`` method is used by BlockParser to identify the type of block.
187 ``True``, then the BlockParser will call that Blockprocessor's ``run`` method.
188 If it returns ``False``, the BlockParser will move on to the next
217 the previous block. Therefore, the BlockParser was specifically designed to
242 Each BlockProcessor also has a pointer to the containing BlockParser instance at
244 The BlockParser tracks it's state in a stack at ``parser.state``. The state
268 An instance of the **``BlockParser``** is found at ``Markdown.parser``.
269 ``BlockParser`` has the following methods:
292 the ``BlockParser``. The new class would have to provide the same public API.
586 [BlockParser]: #blockparser