From 9a51c988fedef7624a3f999a8e6c8dab057429b6 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 17 Jun 2022 12:14:08 +0200 Subject: Make some page elements wide --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7cdea67..d8dc0db 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ subpages = $(patsubst content/%.md,.cache/meta/%.json, \ $(eval NAMESPACE = $(call namespace,$@,.cache/meta)) $(if $(PAGES_FILES),jq -s --arg namespace "$(NAMESPACE)" -f scripts/subpages.jq $(PAGES_FILES) > "$@.pages",echo "{}" > "$@.pages") pandoc \ - -f markdown-citations \ + -f markdown-citations-implicit_figures \ -t html5 \ --wrap preserve \ --no-highlight \ @@ -66,7 +66,7 @@ subpages = $(patsubst content/%.md,.cache/meta/%.json, \ $(PANDOC_FILTERS) \ -o "$@.meta" "$<" pandoc \ - -f markdown-citations \ + -f markdown-citations-implicit_figures \ -t html5 \ --wrap preserve \ --lua-filter scripts/metadata_filter.lua \ @@ -86,7 +86,7 @@ out/%.html: content/%.md .cache/meta/%.json $(CONTENT_TEMPLATES_SRC) metadata/*. mkdir -p $(@D) pandoc \ - -f markdown-citations \ + -f markdown-citations-implicit_figures \ -t html5 \ --wrap preserve \ --no-highlight \ @@ -104,7 +104,7 @@ out/%.xml: content/%.md .cache/meta/%.json $(FEED_TEMPLATES_SRC) metadata/*.yaml mkdir -p $(@D) pandoc \ - -f markdown-citations \ + -f markdown-citations-implicit_figures \ -t html5 \ --wrap preserve \ --no-highlight \ -- cgit v1.2.3-54-g00ecf