class
League
/
CommonMark
/
Extension
/
SmartPunct
/
QuoteParser
final
QuoteParser
Implements
Constants
public
DOUBLE_QUOTES
Default: array
public
SINGLE_QUOTES
Default: array
Methods
public
getMatchDefinition ( ) : void
public
parse ( InlineParserContext $inlineContext ) : void
Normalizes any quote characters found and manually adds them to the delimiter stack
private
getNormalizedQuoteCharacter ( string $character ) : void
private