mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	collapse shortcode content can write formative code and change line (#561)
This commit is contained in:
		| @@ -1,12 +1,8 @@ | |||||||
| {{ if .Get "content" }} |  | ||||||
| {{ if .Get "summary" }} | {{ if .Get "summary" }} | ||||||
| {{ else }} | {{ else }} | ||||||
| {{ warnf "missing value for param 'summary': %s" .Position }} | {{ warnf "missing value for param 'summary': %s" .Position }} | ||||||
| {{ end }} | {{ end }} | ||||||
| {{ else }} |  | ||||||
| {{ errorf "missing value for param 'content': %s" .Position }} |  | ||||||
| {{ end }} |  | ||||||
| <p><details {{ if (eq (.Get "openByDefault") true) }} open=true {{ end }}> | <p><details {{ if (eq (.Get "openByDefault") true) }} open=true {{ end }}> | ||||||
|   <summary markdown="span">{{ .Get "summary" | markdownify }}</summary> |   <summary markdown="span">{{ .Get "summary" | markdownify }}</summary> | ||||||
|     {{ .Get "content" | markdownify }} |   {{ .Inner | markdownify }} | ||||||
| </details></p> | </details></p> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 drizzle
					drizzle