Searched refs:specCode (Results 1 – 1 of 1) sorted by relevance
126 $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