'../' . $file, 'title' => 'Lo-Dash v1.3.1', 'toc' => 'categories', 'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js' )); // save to a .md file file_put_contents($output . '.md', $markdown); // print header('Content-Type: text/plain;charset=utf-8'); echo $markdown . PHP_EOL; ?>