style: remove extraneous <p> tags around option descriptions
Alan Pearce alan@alanpearce.eu
Fri, 10 May 2024 12:56:45 +0200
1 files changed, 1 insertions(+), 3 deletions(-)
M frontend/templates/blocks/options.gotmpl → frontend/templates/blocks/options.gotmpl
@@ -8,9 +8,7 @@ <details id="{{ .Name }}"> <summary> {{ .Name }} </summary> - <p> - {{ markdown .Description }} - </p> + {{ markdown .Description }} <dl> {{- with .Type }} <dt>Type</dt>