Home
last modified time | relevance | path

Searched refs:GfmStrongUnderscore (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/Parsing/ParserMode/
H A DGfmStrongUnderscoreTest.php5 use dokuwiki\Parsing\ParserMode\GfmStrongUnderscore; alias
20 $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 …]
/dokuwiki/inc/Parsing/ParserMode/
H A DGfmStrongUnderscore.php13 class GfmStrongUnderscore extends AbstractFormatting class