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 alan@alanpearce.eu
Fri, 10 May 2024 12:56:45 +0200
commit

7f3791baa454fcaf99525434413fc703a65adf2f

parent

0eccb18ab0a7241c1f6f5fee99a3961101e35392

1 files changed, 1 insertions(+), 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>