Previous Page
_parse()

Solar_Markdown_Plugin_CodeSpan
_processBlocks()

Next Page
_processSpans()

_processBlocks()

protected string _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.