Skip to content

Instantly share code, notes, and snippets.

@dwoll
Created August 1, 2012 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwoll/3226159 to your computer and use it in GitHub Desktop.
Save dwoll/3226159 to your computer and use it in GitHub Desktop.
knit_hooks$set(output=function(x, options) paste("\\[code\\]\n", x, "\\[/code\\]\n", sep=""))
knit_hooks$set(source=function(x, options) paste("\\[code lang='r'\\]\n", x, "\\[/code\\]\n", sep=""))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment