Solar_Markdown_Plugin::prepare()

public string Solar_Markdown_Plugin::prepare ( string $text )

Prepares the source text before any parsing occurs.

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