diff --git a/__pycache__/app.cpython-312.pyc b/__pycache__/app.cpython-312.pyc index 67968a6..674ab4f 100644 Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ diff --git a/__pycache__/markdown_render.cpython-312.pyc b/__pycache__/markdown_render.cpython-312.pyc new file mode 100644 index 0000000..25c8b5b Binary files /dev/null and b/__pycache__/markdown_render.cpython-312.pyc differ diff --git a/requirements.txt b/requirements.txt index 7eeb733..52f444c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,10 @@ h11==0.14.0 httptools==0.6.4 idna==3.10 Jinja2==3.1.4 +Markdown==3.7 +markdown-it-py==3.0.0 MarkupSafe==3.0.2 +mdurl==0.1.2 pydantic==2.6.3 pydantic_core==2.16.3 python-dotenv==1.0.1