Skip to content

Instantly share code, notes, and snippets.

@pztrick
Created August 16, 2012 01:51
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 pztrick/3365524 to your computer and use it in GitHub Desktop.
Save pztrick/3365524 to your computer and use it in GitHub Desktop.
Slightly better octopress snippet
<!-- Insert Code
{% codeblock [title] [lang:language] [url] [link text] %}
[code]
{% endcodeblock %} -->
<snippet>
<content><![CDATA[
{% codeblock ${1:title} lang:${2:html} ${3:url} ${4:link-text} %}
${5:code}
{% endcodeblock %}
]]></content>
<tabTrigger>oc</tabTrigger>
<description>Octopress - Insert code block</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment