From 777c3ed49d2d82b181f3c4b78b43fc8162356738 Mon Sep 17 00:00:00 2001 From: cinereal Date: Thu, 12 Jun 2025 11:03:51 +0200 Subject: [PATCH] can't find a working markdown include, i'd have sworn this worked --- default.nix | 4 +--- fediversity.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/default.nix b/default.nix index 93f6af6..6f4ab32 100644 --- a/default.nix +++ b/default.nix @@ -5,7 +5,6 @@ shell = pkgs.mkShellNoCC { packages = with pkgs; [ pandoc - pandoc-include texliveMedium librsvg ]; @@ -15,7 +14,6 @@ { buildInputs = with pkgs; [ pandoc - pandoc-include texliveMedium librsvg ]; @@ -23,6 +21,6 @@ '' mkdir -p $out pandoc ${./architecture.md} -o $out/architecture.pdf - pandoc --filter pandoc-include ${./fediversity.md} -o $out/fediversity.pdf + pandoc ${./fediversity.md} -o $out/fediversity.pdf ''; } diff --git a/fediversity.md b/fediversity.md index 6f9185a..9bf331e 100644 --- a/fediversity.md +++ b/fediversity.md @@ -286,9 +286,7 @@ We will integrate that aspect into the high level process on a best effort basis # Implementation and planning -```include -architecture.md -``` +See the split-out architecture document. ## Work plan and resources