Skip to content

Instantly share code, notes, and snippets.

@aledalgrande
Created May 9, 2011 21:18
Show Gist options
  • Save aledalgrande/963440 to your computer and use it in GitHub Desktop.
Save aledalgrande/963440 to your computer and use it in GitHub Desktop.
%div.example
foo
:coffeescript
alert "I have #{@count} posts"
@doodlehaus
Copy link

CoffeeScript line should start with the colon
:coffeescript

instead of

coffeescript:

@aledalgrande
Copy link
Author

Edited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment