'.__('Sorry, help content is not available yet.').'

'; } else { //Convert Markdown to HTML $markdown_text = file_get_contents($file_path); //bibliography/add-new-bibliography.md echo Parsedown::instance()->setBreaksEnabled(true)->text($markdown_text); } } else { echo __('Cannot Access This File Directly'); exit; } ?>