Skip to content

Instantly share code, notes, and snippets.

@danhigham
Created January 29, 2013 12:13
Show Gist options
  • Save danhigham/4663809 to your computer and use it in GitHub Desktop.
Save danhigham/4663809 to your computer and use it in GitHub Desktop.
Sublime snippet to create terminal blocks in markdown
<snippet>
<content><![CDATA[
<pre class="terminal">
$1
</pre>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>term</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.markdown</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment