Searched refs:GfmEmphasisStrongUnderscore (Results 1 – 2 of 2) sorted by relevance
5 use dokuwiki\Parsing\ParserMode\GfmEmphasisStrongUnderscore; alias23 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());43 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());51 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());58 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());65 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());72 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());79 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());86 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());93 $this->P->addMode('gfm_emphasis_strong_underscore', new GfmEmphasisStrongUnderscore());[all …]
17 class GfmEmphasisStrongUnderscore extends GfmEmphasisStrong class