From d7995c64a714dc2541fede75e4aafa8a3db3142d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 7 Apr 2024 15:53:30 +0200 Subject: omit index.qmd from markdown-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f1fdf60..1c298ab 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ pad-import-ref: lint: lint-markdown lint-markdown: - mdl --ignore-front-matter --style .mdl.rb $(addsuffix /*.qmd,$(TIDY_MARKDOWN)) + mdl --ignore-front-matter --style .mdl.rb $(filter-out %/index.qmd,$(wildcard $(addsuffix /*.qmd,$(TIDY_MARKDOWN)))) tidy: tidy-bibtex tidy-perl -- cgit v1.2.3