Searched refs:GfmQuote (Results 1 – 3 of 3) sorted by relevance
5 use dokuwiki\Parsing\ParserMode\GfmQuote; alias47 $mode = new GfmQuote();56 $this->P->addMode('gfm_quote', new GfmQuote());75 $this->P->addMode('gfm_quote', new GfmQuote());89 $this->P->addMode('gfm_quote', new GfmQuote());113 $this->P->addMode('gfm_quote', new GfmQuote());134 $this->P->addMode('gfm_quote', new GfmQuote());155 $this->P->addMode('gfm_quote', new GfmQuote());178 $this->P->addMode('gfm_quote', new GfmQuote());194 $this->P->addMode('gfm_quote', new GfmQuote());[all …]
12 use dokuwiki\Parsing\ParserMode\GfmQuote; alias353 $this->P->addMode('gfm_quote', new GfmQuote());
49 class GfmQuote extends AbstractMode class