Home
last modified time | relevance | path

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

/plugin/aichat/vendor/erusev/parsedown/
DParsedown.php204 if ($this->isBlockCompletable($CurrentBlock['type']))
274 … if (isset($CurrentBlock['continuable']) and $this->isBlockCompletable($CurrentBlock['type']))
312 protected function isBlockCompletable($Type) function in Parsedown