1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 12:12:09 +00:00
seirdy.one/layouts/shortcodes/transcribed-image-transcript.html
2022-04-22 11:48:22 -07:00

9 lines
205 B
HTML

<details>
<summary>Toggle transcript</summary>
<div itemprop="embeddedTextCaption"
{{ with .Parent -}}
id="transcript-{{ .Get "id" }}"
{{- end -}}>
{{ .Inner | markdownify | safeHTML }}
</div>
</details>