commit 6ea09ef58192911919bfad710354b4042944f9a9 parent 91897d16706dbd764bdc94ceeff4daec438a5633 Author: Sven Möller <sven-moeller@outlook.de> Date: Tue, 21 Dec 2021 07:29:22 +0100 Update link extension regex Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -9,7 +9,7 @@ all: $(DSTS) $(DST_DIR)/style.css $(DST_DIR)/%.html: %.md template.html | $(DST_DIR) title=$$(sed -nE 's/^#\s+//p' $<); \ - sed 's/\.md/\.html/g' $< | pandoc --template template.html --metadata title="$$title" -o $@ + sed 's/\.md)/\.html)/g' $< | pandoc --template template.html --metadata title="$$title" -o $@ $(DST_DIR)/style.css: style.css | $(DST_DIR) cp $< $@