1
0
Fork 0
This commit is contained in:
Thomas Sileo 2022-07-11 22:02:14 +02:00
parent 261417cab3
commit 94e9de0f6c
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ from jinja2 import FileSystemLoader
from jinja2 import select_autoescape
from markdown import markdown
from app.database import now
from app.config import VERSION
from app.database import now
def markdownify(content: str) -> str: