Searched refs:GfmEmphasisStrong (Results 1 – 3 of 3) sorted by relevance
5 use dokuwiki\Parsing\ParserMode\GfmEmphasisStrong; alias24 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());44 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());55 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());62 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());69 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());80 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());90 $this->P->addMode('gfm_emphasis_strong', new GfmEmphasisStrong());97 $this->assertSame(65, (new GfmEmphasisStrong())->getSort());
17 class GfmEmphasisStrongUnderscore extends GfmEmphasisStrong
18 class GfmEmphasisStrong extends AbstractFormatting class