Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php116 protected function blockTypes() function in cebe\\markdown\\Parser
141 $blockTypes = $this->blockTypes();
142 foreach($blockTypes as $blockType) {
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php217 $blockTypes = $this->unmarkedBlockTypes;
223 $blockTypes []= $blockType;
230 foreach ($blockTypes as $blockType)