inital setup
This commit is contained in:
		
							
								
								
									
										8
									
								
								layouts/shortcodes/collapse.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								layouts/shortcodes/collapse.html
									
									
									
									
									
										Normal 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> | ||||
		Reference in New Issue
	
	Block a user