Skip to content

Instantly share code, notes, and snippets.

@cedricdekimpe
Last active October 5, 2015 20:30
Show Gist options
  • Save cedricdekimpe/29451cb977bf772f8122 to your computer and use it in GitHub Desktop.
Save cedricdekimpe/29451cb977bf772f8122 to your computer and use it in GitHub Desktop.
{% codeblock Javascript 'hello world' lang:js https://gist.github.com/cedricbousmanne/29451cb977bf772f8122 Code source %}
var hello = "Hello, world";
alert(hello);
{% endcodeblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment