Solar_Markdown::transform()

public string Solar_Markdown::transform ( string $text )

One-step transformation of source text using plugins.

Parameters

  • (string) $text: The source text.

Returns

  • (string) The transformed text after all processing and rendering.

Description

One-step transformation of source text using plugins.

Calls reset(), prepare(), processBlocks(), cleanup(), and render() using the source text.



Local