Solar_Markdown_Wiki_Link::_processBlocks()
    protected
    string
     Solar_Markdown_Wiki_Link::_processBlocks 
         ( string  $text
    
 )
Processes the text using block-type plugins.
Inherited from Solar_Markdown_Plugin.
Parameters
- (string) - $text: Source text.
Returns
- (string) The source text after block parsing. 
Description
Processes the text using block-type plugins.
Good for finding blocks within blocks.