Skip to content

Instantly share code, notes, and snippets.

@voidfiles
Created November 2, 2012 01:09
Show Gist options
  • Select an option

  • Save voidfiles/3997998 to your computer and use it in GitHub Desktop.

Select an option

Save voidfiles/3997998 to your computer and use it in GitHub Desktop.
webscript.io markdown module
local some_markdown = '[yo](http://google.com)'
local markdown = require('voidfiles/webscript-lua-modules/markdown.lua')
return markdown(some_markdown)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment