Is it possible to include external files when using Jade’s :markdown filter?
问题 I'm building an Express.js Node app and using Jade templates. Jade provides a :markdown filter which enables embedding Markdown code inside Jade: h1 This is Jade :markdown ## And this is Markdown h3 Back in Jade (Note: In order to use this filter you have to npm install a Markdown engine, e.g. npm install marked --save . You don't have to require() this module within your Express app, but it has to be installed.) So, embedding Markdown within Jade works fine. However, I would like to keep my