added files

This commit is contained in:
PeaceNira 2025-02-12 17:52:42 +00:00
parent 66c682122c
commit 4007181554
148 changed files with 6376 additions and 12 deletions

View file

@ -0,0 +1,8 @@
{{ if .Get "summary" }}
{{ else }}
{{ warnf "missing value for param 'summary': %s" .Position }}
{{ end }}
<p><details {{ if (eq (.Get "openByDefault") true) }} open=true {{ end }}>
<summary markdown="span">{{ .Get "summary" | markdownify }}</summary>
{{ .Inner | markdownify }}
</details></p>