blackbirdchess-docker-dev/DOCUMENTATION/themes/hugo-material-docs/layouts/shortcodes/warning.html

4 lines
136 B
HTML
Raw Normal View History

2023-02-01 17:06:56 +01:00
<div class="admonition warning">
<p class="admonition-title">{{ .Get "title" }}</p>
<p>{{ printf "%s" .Inner | markdownify }}</p>
</div>