diff options
-rw-r--r-- | frontend/templates/blocks/options.gotmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/templates/blocks/options.gotmpl b/frontend/templates/blocks/options.gotmpl index f27e8e6..ff8805c 100644 --- a/frontend/templates/blocks/options.gotmpl +++ b/frontend/templates/blocks/options.gotmpl @@ -8,9 +8,7 @@ <summary> {{ .Name }} </summary> - <p> - {{ markdown .Description }} - </p> + {{ markdown .Description }} <dl> {{- with .Type }} <dt>Type</dt> |