Skip to content

Instantly share code, notes, and snippets.

@Arcath
Created September 15, 2010 08:43
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 Arcath/580440 to your computer and use it in GitHub Desktop.
Save Arcath/580440 to your computer and use it in GitHub Desktop.
gist embedding tag for tbbc
[/\[gist\](.*?)\[\/gist\]/,'<script src="http://gist.github.com/\1.js"> </script>',:code_enabled],
[/\[gist=(.*?)\](.*?)\[\/gist\]/,'<script src="http://gist.github.com/\2.js?file=\1"> </script>',:code_enabled]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment