argc > 1) $text = load_doc_file('doc/' . $a->argv[1] . '.md'); if(! $text) { $text = load_doc_file('doc/Home.md'); } return Markdown($text); }