I\'m building an Express.js Node app and using Jade templates. Jade provides a :markdown filter which enables embedding Markdown code inside Jade:
:markdown
h
First, run this command:
npm install marked --save
Then, do this:
include:md ../path/to/markdown/file.md