71168110e0
Just need to get the fonts working better.
8 lines
163 B
Text
8 lines
163 B
Text
# -*- mode: snippet -*-
|
|
# name: Hugo Callout
|
|
# key: callout
|
|
# --
|
|
{{< callout type="${2:$$(yas-choose-value '("note" "warning" "hint"))}" >}}
|
|
$0
|
|
{{< /callout >}}
|