"; $file = fopen($file_path, "r"); $file_contents = fread($file, filesize($file_path)); fclose($file); echo $Parsedown->parse($file_contents);