From ae89b9c33d041ebdc880debc1f91fe6b8520c9fe Mon Sep 17 00:00:00 2001 From: Webb Scales Date: Tue, 3 Sep 2024 14:05:35 -0400 Subject: [PATCH] Add missing table-row end-tag to the type template --- templates/markdown/partials/type.md.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/markdown/partials/type.md.tpl b/templates/markdown/partials/type.md.tpl index 7a22d6b..85d3c3b 100644 --- a/templates/markdown/partials/type.md.tpl +++ b/templates/markdown/partials/type.md.tpl @@ -27,4 +27,4 @@ {{- partial "one_of_int" . -}} {{- else if eq .TypeID "ref" -}} {{- partial "ref" . -}} -{{- end -}} \ No newline at end of file +{{- end -}}