mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-07 22:32:55 -04:00
keepassxc and typst
This commit is contained in:
parent
8f4ad17042
commit
0497edcff4
8 changed files with 21 additions and 13 deletions
|
@ -112,6 +112,8 @@ class Converter:
|
|||
# Copy the header font
|
||||
header_font = pathlib.Path(workingDirectory) / "Jost-Medium.ttf"
|
||||
shutil.copy(self.anarsec_root / "static" / "fonts" / "Jost-Medium.ttf", header_font)
|
||||
header_font_italic = pathlib.Path(workingDirectory) / "Jost-MediumItalic.ttf"
|
||||
shutil.copy(self.anarsec_root / "static" / "fonts" / "Jost-MediumItalic.ttf", header_font_italic)
|
||||
|
||||
# Add recommendations to the Markdown content
|
||||
recommendations = re.search(r'\+{3}.*?\+{3}(.*)', recommendations_file.open().read(), re.MULTILINE | re.DOTALL).group(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue