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:
|
def markdownify(content: str) -> str:
|
||||||
return markdown(content, extensions=[
|
return markdown(
|
||||||
"mdx_linkify", "fenced_code", "codehilite", "toc"
|
content, extensions=["mdx_linkify", "fenced_code", "codehilite", "toc"]
|
||||||
])
|
)
|
||||||
|
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
|
Reference in New Issue
Block a user