Hello everyone,
I am wondering how to include markdown file in my phalcon project.
Basically, if I have the following helloWorld.md
in my public/mardown/
folder:
Hello World
====
Hello World Content
I would like to diplay this content (with a markdown rendering) within a random view... let's say app/views/index.volt
. I guess this must be really trivial, but i have to admit that I am quite lost in the documentation.
Thank you in advance