Cleanup and improved webmentions support
This commit is contained in:
parent
3abeab088f
commit
c9aea8cab3
19 changed files with 231 additions and 83 deletions
|
@ -7,7 +7,7 @@ from jinja2 import select_autoescape
|
|||
from markdown import markdown
|
||||
|
||||
from app.config import VERSION
|
||||
from app.database import now
|
||||
from app.utils.datetime import now
|
||||
|
||||
|
||||
def markdownify(content: str) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue