mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
|
#name : <img src="..." alt="..." />
|
|
# key: img
|
|
# --
|
|
<img src="$1" alt="$2" /> |