Searched refs:formattedXhtml (Results 1 – 1 of 1) sorted by relevance
| /plugin/mermaid/ |
| H A D | renderer.php | 9 private function formattedXhtml(string $xhtml): string function in renderer_plugin_mermaid 26 $xhtml = $this->formattedXhtml(parent::internallink($id, $name, $search, true, $linktype)); 37 $xhtml = $this->formattedXhtml(parent::externallink($url, $name, true)); 48 …$xhtml = $this->formattedXhtml(parent::internalmedia($src, $title, $align, $width, $height, $cache…
|