Forgot testing it

This commit is contained in:
vanten-s 2023-08-05 10:39:34 +02:00
parent f05be8dca2
commit a7d96ea52f
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -23,7 +23,7 @@ def article_to_xml(article_path: pathlib.Path):
except Exception as e:
print(e)
return
return ""
markdown_instance = markdown.Markdown(extensions=['meta', 'nl2br'])
html = markdown_instance.convert(markdown_data)