all repos — searchix @ 934a0693213df901078cd1bc75a5b7e1b5c87555

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

feat: render markdown in packages' LongDescription

Alan Pearce
commit

934a0693213df901078cd1bc75a5b7e1b5c87555

parent

698881aa577d2c209f162db9263fab17ced3643f

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -125,3 +125,7 @@ margin: unset;
font-size: 1.25rem; display: inline-block; } + +blockquote > p { + margin: unset; +}