From 59d2a4624a7cbfc4a2dac262d810e90238b51c4b Mon Sep 17 00:00:00 2001 From: Surferlul Date: Tue, 10 Oct 2023 05:32:32 +0200 Subject: [PATCH] fixed svg syntax --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 56dad3d..085367e 100644 --- a/main.py +++ b/main.py @@ -54,7 +54,7 @@ def main() -> None: if svg is None: replace_dict[f"[[{draw}]]"] = "

MISSING IMAGE

" else: - replace_dict[f"[[{draw}]]"] = f"![]({svg})]" + replace_dict[f"[[{draw}]]"] = f"![]({svg})" for page in pages: with open(page) as f: