From da0bc9b162b5a8dd467c1ad735d06fce1d463547 Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Mon, 18 Nov 2024 16:56:06 +0100 Subject: [PATCH] chore: fix docs formatting --- template/model_doc.mustache | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/template/model_doc.mustache b/template/model_doc.mustache index f973b589..c966975a 100644 --- a/template/model_doc.mustache +++ b/template/model_doc.mustache @@ -1,8 +1,9 @@ {{#models}}{{#model}}# {{classname}} -{{#description}} +{{#unescapedDescription}} {{{.}}} -{{/description}} +{{/unescapedDescription}} +{{^emptyVars}} ## Properties Name | Type | Description | Notes @@ -12,4 +13,4 @@ Name | Type | Description | Notes [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) -{{/model}}{{/models}} +{{/emptyVars}}{{/model}}{{/models}}