mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-07 14:22:57 -04:00
typst level 1 page break
This commit is contained in:
parent
8428d86f8b
commit
32784a25be
3 changed files with 3 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue