From e3d45253aed3f6422ddf8f216e3ae074e26264d1 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Mon, 1 Feb 2021 09:36:01 -0500 Subject: [PATCH] Adjust title formatting --- internal/provider/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/template.go b/internal/provider/template.go index f3a07a4a..222e98f9 100644 --- a/internal/provider/template.go +++ b/internal/provider/template.go @@ -208,7 +208,7 @@ description: |- {{ .Description | plainmarkdown | trimspace | prefixlines " " }} --- -# {{.Type}} ` + "`{{.Name}}`" + ` +# {{.Name}} {{.Type}} {{ .Description | trimspace }}