diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-04-08 23:17:37 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-04-08 23:17:37 +0200 |
commit | db6e135a777ca67534de4af7d3cb677e2d06ff76 (patch) | |
tree | 5f036f25214ca302ba615d722b5133fa23259ee9 /requirements.txt | |
parent | bdc92e46434be18561f76da9e2b0729db5b4bf21 (diff) |
Switched to custom markdown processor with safe filter
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 589ec47..94f6f1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click==8.1.8 markdown==3.7 Jinja2==3.1.6 -jinja-markdown==1.210911 +Markdown==3.7 |