hamacs/snippets/markdown-mode/callout

8 lines
163 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# name: Hugo Callout
# key: callout
# --
{{< callout type="${2:$$(yas-choose-value '("note" "warning" "hint"))}" >}}
$0
{{< /callout >}}