Skip to content

A markdown plugin for zeke coffeescript template engine parser

Notifications You must be signed in to change notification settings

twilson63/zeke-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeke Markdown

Zeke Markdown is a plugin for the Zeke CoffeeScript Template Engine. This plugin adds a markdown helper to the template parser. Which enables you to add markdown to your zeke templates:

Example:

template = ->
  div '.span8', ->
    markdown '''
    # Header

    Some Paragraph Information

    [Link](http://link)

    ---

    '''
  div '.span3', ->
    markdown '''
      ## Header 2

      * List Item 1
      * List Item 2
      * List Item 3

    '''

install

npm install zeke-markdown

configure

# setup
zeke = require 'zeke'
zeke.use require('zeke-markdown')
zeke.init()

About

A markdown plugin for zeke coffeescript template engine parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages