Solar_Markdown_Plugin_AmpsAngles::_escape()
    protected
    string
     Solar_Markdown_Plugin_AmpsAngles::_escape 
         ( string  $text
        , int  $quotes  = 2
    
 )
Escapes HTML in source text.
Inherited from Solar_Markdown_Plugin.
Parameters
- (string) - $text: Source text.
- (int) - $quotes: A PHP entities constant, default ENT_COMPAT.
Returns
- (string) The escaped text. 
Description
Escapes HTML in source text.