File tree Expand file tree Collapse file tree
component/renderer/templates/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ content: |-
1515 <dd>
1616 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
1717 {{- range $lines }}
18- {{ . }}<br/>
18+ {{ . | html }}<br/>
1919 {{- end }}
2020
2121 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -45,7 +45,7 @@ content: |-
4545 <dd>
4646 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
4747 {{- range $lines }}
48- {{ . }}<br/>
48+ {{ . | html }}<br/>
4949 {{- end }}
5050 <br/>
5151 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -83,7 +83,7 @@ content: |-
8383 <dd>
8484 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
8585 {{- range $lines }}
86- {{ . }}<br/>
86+ {{ . | html }}<br/>
8787 {{- end }}
8888 **Required:** {{ ternary .Required "Yes" "No" }}<br/>
8989 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -116,7 +116,7 @@ content: |-
116116 <dd>
117117 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "" | default "n/a" ) -1 -}}
118118 {{- range $lines }}
119- {{ . }}<br/>
119+ {{ . | html }}<br/>
120120 {{- end }}
121121 </dd>
122122 {{- end }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ content: |-
1515 <dd>
1616 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
1717 {{- range $lines }}
18- {{ . }}<br/>
18+ {{ . | html }}<br/>
1919 {{- end }}
2020
2121 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -45,7 +45,7 @@ content: |-
4545 <dd>
4646 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
4747 {{- range $lines }}
48- {{ . }}<br/>
48+ {{ . | html }}<br/>
4949 {{- end }}
5050 <br/>
5151 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -83,7 +83,7 @@ content: |-
8383 <dd>
8484 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
8585 {{- range $lines }}
86- {{ . }}<br/>
86+ {{ . | html }}<br/>
8787 {{- end }}
8888 **Required:** {{ ternary .Required "Yes" "No" }}<br/>
8989 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -116,7 +116,7 @@ content: |-
116116 <dd>
117117 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "" | default "n/a" ) -1 -}}
118118 {{- range $lines }}
119- {{ . }}<br/>
119+ {{ . | html }}<br/>
120120 {{- end }}
121121 </dd>
122122 {{- end }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ content: |-
1515 <dd>
1616 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
1717 {{- range $lines }}
18- {{ . }}<br/>
18+ {{ . | html }}<br/>
1919 {{- end }}
2020
2121 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -45,7 +45,7 @@ content: |-
4545 <dd>
4646 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
4747 {{- range $lines }}
48- {{ . }}<br/>
48+ {{ . | html }}<br/>
4949 {{- end }}
5050 <br/>
5151 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -83,7 +83,7 @@ content: |-
8383 <dd>
8484 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "") -1 -}}
8585 {{- range $lines }}
86- {{ . }}<br/>
86+ {{ . | html }}<br/>
8787 {{- end }}
8888 **Required:** {{ ternary .Required "Yes" "No" }}<br/>
8989 {{ if gt (len (split "\n" (tostring .Type))) 2 }}
@@ -116,7 +116,7 @@ content: |-
116116 <dd>
117117 {{- $lines := regexSplit "\n" (tostring .Description | replace "OBSOLETE: " "" | default "n/a" ) -1 -}}
118118 {{- range $lines }}
119- {{ . }}<br/>
119+ {{ . | html }}<br/>
120120 {{- end }}
121121 </dd>
122122 {{- end }}
You can’t perform that action at this time.
0 commit comments