use currentcolor for lántas text

now possible with inline svg!!!
This commit is contained in:
rhiannon morris 2024-11-30 20:07:16 +01:00
parent cf0624a983
commit 998271e342
3 changed files with 3 additions and 10 deletions

View file

@ -73,7 +73,7 @@ define pandoc
@echo "[pandoc] $(subst $(TMPDIR)/,,$(subst $(BUILDDIR)/,,$@))"
mkdir -p $(dir $@)
mkdir -p $(basename $@)
LAANTAS_SCRIPT="$(LAANTAS_SCRIPT)" LANG_COLOR="#325" \
LAANTAS_SCRIPT="$(LAANTAS_SCRIPT)" LANG_COLOR="currentcolor" \
DIRNAME="$(basename $@)" \
FILENAME="$@" \
pandoc -s --toc --toc-depth=2 --template $(TEMPLATEDIR)/$(1) -o $@ $< \