Last Updated: February 25, 2016
·
1.009K
· twilson63

Zeke - CoffeeKup with Plugins

Zeke is a fork of the CoffeeKup Template engine which uses Broadway to allow for adding your own macros to the engine. Add Stylus, Markdown, etc without hacking on the core.

http://twilson63.github.com/zeke

exports.attach = ->
  @addModule 'markdown', 'github-flavored-markdown'
  @helpers['markdown'] = (s) -> 
    text data.markdown.parse(s)