enable :emoji:

This commit is contained in:
rhiannon morris 2022-03-15 04:41:20 +01:00
parent 4d53deabf4
commit 143e43e088
1 changed files with 1 additions and 0 deletions

View File

@ -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