From 314316e183087db8343758e696428f243341f5a0 Mon Sep 17 00:00:00 2001 From: urosm Date: Wed, 26 Jun 2024 22:17:50 +0200 Subject: [PATCH] update `Makefile` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e63da9a..202e505 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ PANDOCFLAGS := --data-dir pandoc BAVBAVHAUSFLAGS = $(PANDOCFLAGS) -M slug=$* public_html/%.html: %.md - pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.yaml $< | sed 's/↩︎/^/g' > $@ + pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.yaml $< | sed 's/↩︎/<->/g' > $@ public_html/%.html.part: %.md pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.part.yaml --id-prefix $* -o $@ $<