content = $content; } public static function make($content=""){ return new Markdown($content); } public function content($content) { $this->content = $content; return $this; } }