mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
collapse shortcode content can write formative code and change line (#561)
This commit is contained in:
parent
4e9b04784b
commit
8c2f997ab3
@ -1,12 +1,8 @@
|
||||
{{ if .Get "content" }}
|
||||
{{ if .Get "summary" }}
|
||||
{{ else }}
|
||||
{{ warnf "missing value for param 'summary': %s" .Position }}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ errorf "missing value for param 'content': %s" .Position }}
|
||||
{{ end }}
|
||||
<p><details {{ if (eq (.Get "openByDefault") true) }} open=true {{ end }}>
|
||||
<summary markdown="span">{{ .Get "summary" | markdownify }}</summary>
|
||||
{{ .Get "content" | markdownify }}
|
||||
{{ .Inner | markdownify }}
|
||||
</details></p>
|
||||
|
Loading…
Reference in New Issue
Block a user