emacs-snippets/markdown-mode/blognewlisting

11 lines
164 B
Plaintext
Executable File

# -*- mode: snippet -*-
# name: blognewlisting
# key: blognewlisting
# --
<div class="listing">
<h3>$1</h3>
{% highlight $2 linenos %}
$0
{% endhighlight %}
</div>