Solar_Markdown_Plugin_EmStrong::cleanup()

public string Solar_Markdown_Plugin_EmStrong::cleanup ( string $text )

Cleans up the source text after all parsing occurs.

Inherited from Solar_Markdown_Plugin.

Parameters

  • (string) $text: The source text.

Returns

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

Description

Cleans up the source text after all parsing occurs.

Returns the text as-is.



Local