Solar_Markdown_Apidoc::transform()
public
string
Solar_Markdown_Apidoc::transform
( string $text
)
One-step transformation of source text using plugins.
Inherited from Solar_Markdown.
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.