Solar_Markdown_Plugin_CodeSpan::prepare()

public string Solar_Markdown_Plugin_CodeSpan::prepare ( string $text )

Prepares the source text before any parsing occurs.

Inherited from Solar_Markdown_Plugin.

Parameters

  • (string) $text: The source text.

Returns

  • (string) $text The text after being filtered.

Description

Prepares the source text before any parsing occurs.

Returns the text as-is.



Local