line()->text()[0]; if (\substr_count($Context->line()->text(), $marker) >= 3 and \chop($Context->line()->text(), " $marker") === '') { return new self; } return null; } /** * @return Element */ public function stateRenderable(Parsedown $_) { return Element::selfClosing('hr', []); } }