estradiol.cloud/layouts/shortcodes/code-details.html

5 lines
145 B
HTML
Raw Normal View History

2024-03-01 07:48:47 +00:00
<details>
<summary>{{ .Get "summary" | markdownify }}</summary>
{{ printf "```%s%s```" (.Get "lang") (.Get "details") | markdownify}}
</details>