We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb02c9a commit 93e910bCopy full SHA for 93e910b
cel/templates/authoring.tmpl
@@ -1,4 +1,8 @@
1
-{{define "variable"}}{{.Name}} is a {{.Type}}
+{{define "variable"}}{{.Name}} is a {{.Type}}{{if .Description}}
2
+
3
+{{range split .Description}} {{.}}
4
+{{end}}
5
+{{- end -}}
6
{{- end -}}
7
8
{{define "macro" -}}
0 commit comments