docpad-plugin-jade icon indicating copy to clipboard operation
docpad-plugin-jade copied to clipboard

Adds support for the Jade templating engine to DocPad.

Results 5 docpad-plugin-jade issues
Sort by recently updated
recently updated
newest added

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?