From 222e07085f5efece959830fec988e661dbf304a0 Mon Sep 17 00:00:00 2001 From: TheOnlyWayUp Date: Thu, 26 Dec 2024 15:05:57 +0000 Subject: [PATCH] fix(api): PDF ToC is h1 Fixes #36 --- src/api/src/create_book.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/src/create_book.py b/src/api/src/create_book.py index 63587bc..8e3984c 100644 --- a/src/api/src/create_book.py +++ b/src/api/src/create_book.py @@ -683,7 +683,7 @@ id="copyright-license-image">""".format( clean = BeautifulSoup( """
-

Table of Contents

+

Table of Contents

""",