Searched refs:registerLineStartMarkers (Results 1 – 3 of 3) sorted by relevance
182 $this->registry->registerLineStartMarkers('listblock', ['\\*', '\\-']);190 $this->registry->registerLineStartMarkers('mode_a', ['\\*', '\\-']);191 $this->registry->registerLineStartMarkers('mode_b', ['\\-', '\\+']);
35 $registry->registerLineStartMarkers('listblock', ['\\*', '\\-']);
166 public function registerLineStartMarkers(string $mode, array $markers): void function in dokuwiki\\Parsing\\ModeRegistry