all repos — searchix @ 7f3791baa454fcaf99525434413fc703a65adf2f

Search engine for NixOS, nix-darwin, home-manager and NUR users

style: remove extraneous <p> tags around option descriptions

Alan Pearce
commit

7f3791baa454fcaf99525434413fc703a65adf2f

parent

0eccb18ab0a7241c1f6f5fee99a3961101e35392

1 file changed, 1 insertion(+), 3 deletions(-)

jump to
M frontend/templates/blocks/options.gotmplfrontend/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>