Previous Page
parse()

Solar_Markdown_Wiki_MethodSynopsis
prepare()

Next Page
reset()

prepare()

public string 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.