From 143e43e088ab3b568390308d62c938e59cbed611 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Tue, 15 Mar 2022 04:41:20 +0100 Subject: [PATCH] enable :emoji: --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ff62cbc..8ebbb75 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ define pandoc DIRNAME="$(basename $@)" \ FILENAME="$@" \ pandoc -s --toc --template $(TEMPLATEDIR)/$(1).html -o $@ $< \ + -f markdown+emoji \ $(SYNTAXFLAGS) \ --filter $(LANGFILTER) --filter $(NICE_DATE) --mathjax endef