read markdown
markdown file
path
basic usage
<?php
// call function
read_markdown("name of markdown file withoud extention");
// example
// read file example.md
read_markdown("example");
basic usage with controller and view
controller
view
markdown
route
Last updated