diff --git a/layouts/partials/openapi/render-content-type.html b/layouts/partials/openapi/render-content-type.html
index 036522de..96033e16 100644
--- a/layouts/partials/openapi/render-content-type.html
+++ b/layouts/partials/openapi/render-content-type.html
@@ -16,8 +16,10 @@
- | Content-Type |
- Description |
+
+ | Content-Type |
+ Description |
+
{{ range $idx, $content_type := $content_types }}
diff --git a/layouts/partials/openapi/render-object-table.html b/layouts/partials/openapi/render-object-table.html
index d2b09acb..6a77fa1c 100644
--- a/layouts/partials/openapi/render-object-table.html
+++ b/layouts/partials/openapi/render-object-table.html
@@ -31,9 +31,11 @@
{{ . }}
{{ end }}
- | Name |
- Type |
- Description |
+
+ | Name |
+ Type |
+ Description |
+
{{ range $property_name, $property := $properties }}
@@ -90,8 +92,10 @@ resolve-additional-types.)
{{ . }}
{{ end }}
- Type |
- Description |
+
+ | Type |
+ Description |
+
{{ $property := . }}
diff --git a/layouts/partials/openapi/render-responses.html b/layouts/partials/openapi/render-responses.html
index 0ffc4884..80dcb582 100644
--- a/layouts/partials/openapi/render-responses.html
+++ b/layouts/partials/openapi/render-responses.html
@@ -20,8 +20,10 @@
- | Status |
- Description |
+
+ | Status |
+ Description |
+
{{ range $code, $response := $responses }}