hugo-theme-paradox/layouts/shortcodes/hint.html

3 lines
85 B
HTML
Raw Normal View History

2022-10-11 09:54:07 +00:00
<div class='{{with .Get "style"}}{{.}} {{end}}hint'>
{{.Inner | markdownify}}
</div>