parseInline($matches[2]) ], strlen($matches[0]) ]; } return [['text', $markdown[0]], 1]; } protected function renderStrike($block): string { return '' . $this->renderAbsy($block[1]) . ''; } abstract protected function parseInline($text); abstract protected function renderAbsy($blocks); }