Solar_Markdown_Plugin_CodeBlock::parse()

public string Solar_Markdown_Plugin_CodeBlock::parse ( string $text )

Makes <pre><code>...</code></pre> blocks.

Parameters

  • (string) $text: Portion of the Markdown source text.

Returns

  • (string) The transformed XHTML.

Description

Makes <pre><code>...</code></pre> blocks.



Local