hamacs/snippets/markdown-mode/callout
2025-01-08 21:02:38 -08:00

8 lines
178 B
Text

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