enable :emoji:
This commit is contained in:
parent
4d53deabf4
commit
143e43e088
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue