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

5 lines
145 B
HTML

<details>
<summary>{{ .Get "summary" | markdownify }}</summary>
{{ printf "```%s%s```" (.Get "lang") (.Get "details") | markdownify}}
</details>