Skip to content

Instantly share code, notes, and snippets.

@tmtk75
Created May 26, 2012 00:01
Show Gist options
  • Save tmtk75/2791310 to your computer and use it in GitHub Desktop.
Save tmtk75/2791310 to your computer and use it in GitHub Desktop.
args =
markdown: (path)-> require("markdown-js").parse fs.readFileSync(path).toString()
app.get "/", (req, res)-> res.render 'index', args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment