Skip to content

Instantly share code, notes, and snippets.

@tmtk75
Created May 25, 2012 22:54
Show Gist options
  • Save tmtk75/2791016 to your computer and use it in GitHub Desktop.
Save tmtk75/2791016 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