Home
last modified time | relevance | path

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

/plugin/aichat/vendor/erusev/parsedown/
DParsedown.php60 function setMarkupEscaped($markupEscaped) argument
62 $this->markupEscaped = $markupEscaped;
67 protected $markupEscaped; variable in Parsedown
381 if ($this->markupEscaped or $this->safeMode)
735 if ($this->markupEscaped or $this->safeMode)
1332 if ($this->markupEscaped or $this->safeMode or strpos($Excerpt['text'], '>') === false)