summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-04-28 00:45:23 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-28 00:45:23 +0200
commit1b69389b43d878bb347fe7272fba196a38003bbb (patch)
treec71e776f00a3632ec6f4ade34ecf0c2b1b566013 /Makefile
parent894233fc5ed26ba829c05bf3798d881170edf8d7 (diff)
tidy markup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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