vanilla-hugo/layouts/shortcodes/details.html

5 lines
114 B
HTML
Raw Normal View History

2023-06-04 21:54:08 -07:00
<details>
<summary>{{- .Get "summary" | markdownify -}}</summary>
{{- .Inner | markdownify -}}
2023-06-04 21:54:08 -07:00
</details>