pull/17/head
kthouky 2023-08-11 11:38:05 +02:00
parent 4878d1991e
commit 1cc7e5aae7
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ def index():
"""
return(head + markdown(
findex,
extensions=['Table of Contents']
extensions=['markdown.extensions.toc']
))
@logger.catch(reraise=True)

View File

@ -5,7 +5,7 @@ flask_limiter~=2.8.1
Flask-Caching
waitress>=2.1.2
requests >= 2.27
Markdown~=3.4.1
Markdown~=3.4.4
python-dotenv
loguru
python-dateutil~=2.8.2