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 $@)" \
|
DIRNAME="$(basename $@)" \
|
||||||
FILENAME="$@" \
|
FILENAME="$@" \
|
||||||
pandoc -s --toc --template $(TEMPLATEDIR)/$(1).html -o $@ $< \
|
pandoc -s --toc --template $(TEMPLATEDIR)/$(1).html -o $@ $< \
|
||||||
|
-f markdown+emoji \
|
||||||
$(SYNTAXFLAGS) \
|
$(SYNTAXFLAGS) \
|
||||||
--filter $(LANGFILTER) --filter $(NICE_DATE) --mathjax
|
--filter $(LANGFILTER) --filter $(NICE_DATE) --mathjax
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue