Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
145 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: image
  3. # key: img
  4. # --
  5. .. image:: ${1:path}
  6. :height: ${2:100}
  7. :width: ${3:200}
  8. :alt: ${4:description}
  9. $0