Skip to content
Snippets Groups Projects
Commit f184e01f authored by Damien Pollet's avatar Damien Pollet :coffee:
Browse files

Shift headings to match size in other courses

parent 3ce6b5b3
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment