From 25478d5b61617f5d4037741f763798dec27ab706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Boros?= Date: Fri, 17 May 2024 17:55:46 +0000 Subject: [PATCH] fix doc rendering --- docs/render.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/render.nix b/docs/render.nix index eac6df0..455758e 100644 --- a/docs/render.nix +++ b/docs/render.nix @@ -163,7 +163,7 @@ in { lib.concatStringsSep "\n" (lib.mapAttrsToList (n: v: '' path=$out/${n}.md - cat ${v.optionsCommonMark} | sed 's/\\> $path + cat ${v.optionsCommonMark} | sed 's/\\> $path '') eachOptionsDoc);