all repos — searchix @ d2962720cfd4b4f022ccd564f39189db1ccfa0b7

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

feat: parse {var} in markdown documentation

Alan Pearce
commit

d2962720cfd4b4f022ccd564f39189db1ccfa0b7

parent

7ab69fb0411fc260e3f3ea519443abd87ace3a7e

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

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -208,6 +208,11 @@ cursor: pointer;
text-decoration: underline; } +var { + font-style: normal; + font-family: var(--mono-font); +} + @media only screen and (max-width: 600px) { header > nav { display: unset;