From f184e01f1b49809b738ebe60e2f227d5590a84f9 Mon Sep 17 00:00:00 2001 From: Damien Pollet <damien.pollet@univ-lille.fr> Date: Fri, 18 Nov 2022 17:00:15 +0100 Subject: [PATCH] Shift headings to match size in other courses --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ff35b4..42be11b 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,8 @@ $(OUT)/% : $(SRC)/% | $$(@D) cp $< $@ $(OUT)/%.php : $(SRC)/%.md signature.html | $$(@D) - pandoc --output $@ --template signature --from markdown --to html $< + pandoc --from markdown --to html --template signature --shift-heading-level-by=1 \ + --output $@ $< # Some shell magic to auto-document the main targets. To have a target appear in # the output, add a short, one-line comment with a double ## on the same line as -- GitLab