mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Fix formatting
This commit is contained in:
@ -10,9 +10,9 @@ from app.config import VERSION
|
||||
|
||||
|
||||
def markdownify(content: str) -> str:
|
||||
return markdown(content, extensions=[
|
||||
"mdx_linkify", "fenced_code", "codehilite", "toc"
|
||||
])
|
||||
return markdown(
|
||||
content, extensions=["mdx_linkify", "fenced_code", "codehilite", "toc"]
|
||||
)
|
||||
|
||||
|
||||
def main() -> None:
|
||||
|
Reference in New Issue
Block a user