mirror of https://git.sr.ht/~tsileo/microblog.pub
Fix formatting
This commit is contained in:
parent
dbd2c8afea
commit
9594cd3108
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue