Searched refs:GfmStrongUnderscore (Results 1 – 2 of 2) sorted by relevance
5 use dokuwiki\Parsing\ParserMode\GfmStrongUnderscore; alias20 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());38 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());47 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());56 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());63 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());70 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());77 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());85 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());92 $this->P->addMode('gfm_strong_underscore', new GfmStrongUnderscore());[all …]
13 class GfmStrongUnderscore extends AbstractFormatting class