Skip to content

Commit c1d0e30

Browse files
authored
build: 🔨 do not run rumdl on Jinja files, it mangles them (#334)
1 parent 56a5d86 commit c1d0e30

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

justfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ check-urls:
5858
format-md:
5959
# Use both rumdl and panache, for different purposes
6060
uvx rumdl fmt --silent
61-
# `includes` option doesn't work with Jinja files, so do manually
62-
uvx rumdl fmt --silent **/*.qmd.jinja **/*.md.jinja
6361
uvx --from panache-cli panache format . --quiet
6462

6563
# Test template creation with specific parameters: LIST

0 commit comments

Comments
 (0)