Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Parsing/Markdown/
H A DSpecCompatRenderer.php126 $this->doc .= $this->specCode($text, $language);
228 $this->doc .= $this->specCode($text, $language);
237 $this->doc .= $this->specCode($text . "\n", null);
245 private function specCode($text, $language): string function in dokuwiki\\test\\Parsing\\Markdown\\SpecCompatRenderer