From 96d77792fcc799b6eb2bfa18ec044e2de8c36d0a Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 16 Jul 2024 17:09:29 +0200 Subject: Use modern shift-heading-level-by --- Makefile.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.scm') diff --git a/Makefile.scm b/Makefile.scm index 7c0efea..6a40e43 100644 --- a/Makefile.scm +++ b/Makefile.scm @@ -81,7 +81,7 @@ exec chibi-scheme -A utils/ $0 $@ "--data-dir=." (string-append "--resource-path=" input) ; "--base-header-level=2" This is the old way - "--shift-heading-level-by=-1" ;is the new way + "--shift-heading-level-by=1" ;is the new way "--template=web-simple.html" "--lua-filter=toc.lua" "--lua-filter=anchored-h.lua" @@ -107,7 +107,7 @@ exec chibi-scheme -A utils/ $0 $@ "--embed-resources" ;"--self-contained" ; Old way to do --embed-resources ; "--base-header-level=2" This is the old way - "--shift-heading-level-by=-1" ;is the new way + "--shift-heading-level-by=1" ;is the new way "--data-dir=." (string-append "--resource-path=./templates/web/:" "./templates:" -- cgit v1.2.3