docpad-plugin-jade
docpad-plugin-jade copied to clipboard
Adds support for the Jade templating engine to DocPad.
Is there any way to make the layouts and documents to be in one scope? So I could define Jade's mixins and variables in one layout file and then reuse...
I am defining some data in docpad config ``` templateData: site: navigation: [ { href:'/#', label:'home' } { href:'/#what-we-do', label:'what we do' } { href:'/#clients', label:'clients' } { href:'/#blog', label:'blog'...
Is a good idea to send some locals to the plugin Via the Docpad API, something i need to do requires the use of some javascript mixins and i cant...
docpad: 6.30.0 docpad-plugin-jade: 2.3.1 node: 0.8.14 os: OSX 10.8.3 Doing the following in my jade template works: ``` javascript :t(render="markdown") here is some *markdown* ``` But it breaks when I...
Is there a simple way to attach marked from its plugin to the Jade's plugin, so we could use the `:markdown` filter there?