From cac1c55c6f1693cb16308a5ef5f1d481f15cf1c1 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 14 Jul 2021 14:25:18 +0300 Subject: feat: add code-blocks styling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 359c8a3..da817c9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ STYLESHEET=/style.css HEADER=header.html ICON=icon.html PAGETITLE="Eugene's Space" -PANDOC_ARGS=-s --from=$(MARKDOWN) --to=html -c $(STYLESHEET) -B $(HEADER) -H $(ICON) -M pagetitle=$(PAGETITLE) --shift-heading-level-by=1 +PANDOC_ARGS=-s --from=$(MARKDOWN) --to=html -c $(STYLESHEET) -B $(HEADER) -H $(ICON) -M pagetitle=$(PAGETITLE) --shift-heading-level-by=1 --highlight-style=gruvbox.theme LINK_SEDSTRING=s/.md)/.html)/g; EMOJI_SEDSTRING=$(shell ./compile_emoji_sedstring.sh) -- cgit v1.2.3