summaryrefslogtreecommitdiff
path: root/Makefile.scm
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-07-16 17:09:29 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-07-16 17:09:29 +0200
commit96d77792fcc799b6eb2bfa18ec044e2de8c36d0a (patch)
tree566060dd962191cc407d55bce2704512675528fd /Makefile.scm
parent01870fce139af03eef4bc1bdca5a5a9a2e2e01e8 (diff)
Use modern shift-heading-level-by
Diffstat (limited to 'Makefile.scm')
-rw-r--r--Makefile.scm4
1 files changed, 2 insertions, 2 deletions
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:"