Home
last modified time | relevance | path

Searched refs:GfmEmphasis (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmEmphasisTest.php5 use dokuwiki\Parsing\ParserMode\GfmEmphasis; alias
20 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
38 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
56 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
74 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
96 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
110 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
124 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
141 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
155 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
[all …]
H A DGfmLinebreakTest.php5 use dokuwiki\Parsing\ParserMode\GfmEmphasis; alias
111 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
H A DGfmEscapeTest.php6 use dokuwiki\Parsing\ParserMode\GfmEmphasis; alias
97 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
111 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
H A DGfmBacktickSingleTest.php6 use dokuwiki\Parsing\ParserMode\GfmEmphasis; alias
216 $this->P->addMode('gfm_emphasis', new GfmEmphasis());
/dokuwiki/inc/Parsing/ParserMode/
H A DGfmEmphasis.php11 class GfmEmphasis extends AbstractFormatting class