Solar_Markdown_Apidoc_Screen::prepare()
    public
    string
     Solar_Markdown_Apidoc_Screen::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.