diff --git a/packages/openactive-integration-tests/test/report-templates/summary.md.handlebars b/packages/openactive-integration-tests/test/report-templates/summary.md.handlebars
index 0dd2931b41..bc21dca735 100644
--- a/packages/openactive-integration-tests/test/report-templates/summary.md.handlebars
+++ b/packages/openactive-integration-tests/test/report-templates/summary.md.handlebars
@@ -1,20 +1,20 @@
-Collapse All Sections
-Show All Sections
+Collapse All Sections
+Show All Sections
Show All Errors
@@ -70,22 +70,27 @@ were found, that also includes a list of which tests failed as a result:
{{#eachSorted opportunityTypeGroups }}
-### {{{ opportunityTypeName }}}
+ {{{ opportunityTypeName }}}
+
{{#each featureGroups }}
- * {{{ validationIcon overallStatus }}} {{{ featureName }}} ({{implementedDisplayLabel}})
- {{#each loggers}}
- - {{{ validationIcon overallStatus }}} [{{{ suiteName }}}]({{{ htmlLocalPath }}}): ({{{ numFailed }}} failures, {{{ numWarnings }}} warnings, {{{ numSuggestions }}} suggestions, {{{ numPassed }}} passes)
- {{/each}}
+ {{{ validationIcon overallStatus }}} {{{ featureName }}} ({{implementedDisplayLabel}})
+
+ {{#each loggers}}
+ {{{ validationIcon overallStatus }}} [{{{ suiteName }}}]({{{ htmlLocalPath }}}): ({{{ numFailed }}} failures, {{{ numWarnings }}} warnings, {{{ numSuggestions }}} suggestions, {{{ numPassed }}} passes)
+ {{/each}}
+
+
{{/each}}
+
{{/eachSorted}}
---