yasnippet-snippets/rst-mode/image
2011-10-21 17:14:36 +01:00

10 lines
No EOL
145 B
Text

# -*- mode: snippet -*-
# name: image
# key: img
# --
.. image:: ${1:path}
:height: ${2:100}
:width: ${3:200}
:alt: ${4:description}
$0