10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
#name : img snippet
|
|
# --
|
|
|
|
<img
|
|
class="centered"
|
|
src="${1:foo.png}"
|
|
alt="${2:alt img text}"
|
|
/>
|
|
$0
|