Created
August 16, 2012 01:51
-
-
Save pztrick/3365524 to your computer and use it in GitHub Desktop.
Slightly better octopress snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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