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

7 lines
157 B
HTML
Raw Permalink Normal View History

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