From 89a5fcbebfe9222be9f3501f5f2a18143d4e4251 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 11 May 2022 00:45:53 +0200 Subject: [PATCH] Update pandoc Makefile --- .wiki/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.wiki/Makefile b/.wiki/Makefile index cbc0211..829c3ae 100644 --- a/.wiki/Makefile +++ b/.wiki/Makefile @@ -11,16 +11,16 @@ all: $(exports) %.html:%.md pandoc \ - -f markdown \ + -f markdown+latex_macros-yaml_metadata_block \ -t html5 \ -c pandoc.css \ --pdf-engine=xelatex \ --bibliography $(VIMWIKI_DIR)/references.bib \ --citeproc \ - --highlight-style=monochrome \ --resource-path=$(VIMWIKI_DIR)/img/ \ --lua-filter=$(VIMWIKI_DIR)/filters/html-links.lua \ --lua-filter=$(VIMWIKI_DIR)/filters/diagram-generator.lua \ + --lua-filter=$(VIMWIKI_DIR)/filters/tikz.lua \ --lua-filter=$(VIMWIKI_DIR)/filters/lilypond.lua \ --mathjax \ --extract-media=img \