Files
dotfiles/Doom/.config/doom/snippets/org-mode/img
2020-07-15 15:57:09 +01:00

10 lines
143 B
Plaintext

# -*- mode: snippet -*-
# name: img
# key: img_
# --
<img src="$1"
alt="$2" align="${3:left}"
title="${4:image title}"
class="img"
</img>
$0