markdown = $markdown; } public function filter($content, array $context, $options) { return $this->markdown->parse($content); } }