Home
last modified time | relevance | path

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

/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php270 protected function inlineMarkers() function in cebe\\markdown\\Parser
297 foreach ($this->inlineMarkers() as $marker => $method) {
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DParserTest.php73 protected function inlineMarkers() function in cebe\\markdown\\tests\\TestParser