From f064e747fd975d228298a667621a1afa35c614e3 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 31 Dec 2021 12:45:29 +0100 Subject: [PATCH] Place all images in 'img' folder --- .wiki/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.wiki/Makefile b/.wiki/Makefile index 288b7f6..cbc0211 100644 --- a/.wiki/Makefile +++ b/.wiki/Makefile @@ -23,7 +23,7 @@ all: $(exports) --lua-filter=$(VIMWIKI_DIR)/filters/diagram-generator.lua \ --lua-filter=$(VIMWIKI_DIR)/filters/lilypond.lua \ --mathjax \ - --extract-media=diagrams \ + --extract-media=img \ --strip-comments \ -s -o $@ $<