Create a details shortcode to allow collapsable sections

This commit is contained in:
Brandon Rozek 2022-05-20 18:10:17 -04:00
parent d5a56b95d8
commit 60bbe5949d

View file

@ -0,0 +1,4 @@
<details>
<summary>{{ .Get 0 | default "See more..."}}</summary>
{{ .Inner | markdownify }}
</details>