escape adoc pipe & remove linewrap in output
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Vendored
+2
-1
@@ -9,7 +9,8 @@
|
||||
|
||||
{{- range .Fields}}
|
||||
{{ $numVars := len .EnvVars }}
|
||||
| {{- range $i, $value := .EnvVars }}{{- if $i }} +{{ end }}
|
||||
| {{- range $i, $value := .EnvVars }}{{- if $i }} +
|
||||
{{ end -}}
|
||||
`{{- $value }}`
|
||||
{{- end }}
|
||||
| {{.Type}}
|
||||
|
||||
Reference in New Issue
Block a user