Skip to content

Commit c5f0799

Browse files
committed
Fixed requirement links
Signed-off-by: Eddie Knight <knight@linux.com>
1 parent 87d719a commit c5f0799

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ For more information on the project and to make contributions, visit the [GitHub
9898

9999
{{ range .Requirements }}
100100

101-
#### ({{ .ID }}) {{ .Text | addLinks | collapseNewlines }}
101+
#### {{ .ID }}
102102

103-
Recommendation: {{ .Recommendation }}
103+
**Requirement:** {{ .Text | addLinks | collapseNewlines }}
104+
105+
**Recommendation:** {{ .Recommendation }}
104106

105107
{{ range .Applicability }}- {{ . }}
106108
{{ end }}

0 commit comments

Comments
 (0)