From 83a1ff13e559e4df6cf2fd5c420f60ac385a963c Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 7 Aug 2026 10:10:13 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=94=A8=20do=20not=20run=20rumdl?= =?UTF-8?q?=20on=20Jinja=20files,=20it=20mangles=20them?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/justfile b/justfile index 6485387..1f86ab5 100644 --- a/justfile +++ b/justfile @@ -58,8 +58,6 @@ check-urls: format-md: # Use both rumdl and panache, for different purposes uvx rumdl fmt --silent - # `includes` option doesn't work with Jinja files, so do manually - uvx rumdl fmt --silent **/*.qmd.jinja **/*.md.jinja uvx --from panache-cli panache format . --quiet # Test template creation with specific parameters: LIST