From 1b69389b43d878bb347fe7272fba196a38003bbb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 28 Apr 2024 00:45:23 +0200 Subject: tidy markup --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c65e89..c70939f 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,7 @@ render: publish: rsync -avH --delete-after _site/ www-couch@xayide.jones.dk:public_websites/posten.oroe.dk/ -.PHONY: all preview render publish +lint-markdown: + @mdl --ignore-front-matter --style .mdl.rb */*.qmd */*/*.qmd + +.PHONY: all preview render publish lint-markdown -- cgit v1.2.3