From fb51be990a4bb8fb76373b519edfcf11390dcca1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 16 Mar 2022 16:47:18 +0530 Subject: html: Use h2 for section titles. * src/guile/skribilo/engine/html.scm (html-engine)[custom]: Use

and

for section-title-start and section-title-stop respectively. --- src/guile/skribilo/engine/html.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index 7e4897b..51d8eec 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -189,8 +189,8 @@ (chapter-number->string number->string) (chapter-file #f) ;; section configuration - (section-title-start "

") - (section-title-stop "

") + (section-title-start "

") + (section-title-stop "

") (section-title-background #f) (section-title-foreground #f) (section-title-number-separator " ") -- cgit v1.2.3