Home
last modified time | relevance | path

Searched refs:getNormalizedQuoteCharacter (Results 1 – 1 of 1) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteParser.php43 $normalizedCharacter = $this->getNormalizedQuoteCharacter($char);
70 private function getNormalizedQuoteCharacter(string $character): string
68 private function getNormalizedQuoteCharacter(string $character): string global() function in League\\CommonMark\\Extension\\SmartPunct\\QuoteParser