typst level 1 page break

This commit is contained in:
anarsec 2024-04-18 16:54:58 +00:00
parent 8428d86f8b
commit 32784a25be
No known key found for this signature in database
3 changed files with 3 additions and 7 deletions

View file

@ -98,9 +98,6 @@ class Converter:
# Grab the description
description = re.search(r'^(.*?)\<\!\-\- more \-\-\>', markdown_content, re.DOTALL | re.MULTILINE).group(1).strip("\n ")
# Add the intro heading
markdown_content = f"# Introduction\n\n{markdown_content}"
# Parse the description
description_md_path = pathlib.Path(workingDirectory) / "description.md"
description_txt_path = pathlib.Path(workingDirectory) / "description.txt"