Searched refs:GfmEmphasisUnderscore (Results 1 – 2 of 2) sorted by relevance
5 use dokuwiki\Parsing\ParserMode\GfmEmphasisUnderscore; alias20 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());38 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());56 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());75 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());89 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());108 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());122 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());144 $this->P->addMode('gfm_emphasis_underscore', new GfmEmphasisUnderscore());162 $mode = new GfmEmphasisUnderscore();[all …]
13 class GfmEmphasisUnderscore extends AbstractFormatting class