Searched refs:mermaidContent (Results 1 – 1 of 1) sorted by relevance
32 private string $mermaidContent = ''; variable in syntax_plugin_mermaid179 …$this->mermaidContent .= '<div id="mermaidContainer'.$this->mermaidCounter.'" style="position: rel…180 …$this->mermaidContentIfLocked = $this->mermaidContent . '<span class="mermaidlocked" id=mermaidCon…181 …$this->mermaidContent .= '<span class="mermaid" id=mermaidContent'.$this->mermaidCounter.' style="…189 … $this->mermaidContent = $this->mermaidContentIfLocked . substr($explodedMatch[1], 2);203 $this->mermaidContent .= $actualContent;215 … $this->mermaidContent .= preg_replace("/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/", "\n", $xhtml);219 $this->mermaidContent .= "\r\n</span>";222 …$this->mermaidContent .= '<fieldset id="mermaidFieldset'.$this->mermaidCounter.'" style="position:…225 …$this->mermaidContent .= '<button id="mermaidButtonSave'.$this->mermaidCounter.'" style="z-index: …[all …]