From bc53f6b592fe2c7554741c9d4ee1b6852c578e2a Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 3 Sep 2023 12:34:17 +0200 Subject: [PATCH] =?UTF-8?q?HTML=20helper:=20automatically=20add=20a=20head?= =?UTF-8?q?ing=20while=20we=E2=80=99re=20at=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html_resources/md2htmlhelper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/html_resources/md2htmlhelper.py b/html_resources/md2htmlhelper.py index 84c2766..c117011 100755 --- a/html_resources/md2htmlhelper.py +++ b/html_resources/md2htmlhelper.py @@ -45,6 +45,7 @@ template_lines[0].replace("Chapter Name", chapter_name) source_file = open(sys.argv[1], "r", encoding="utf-8") destination_file = open(sys.argv[2], "w", encoding="ascii") destination_file.write(template_lines[0]) +destination_file.write("\n