Improve code highlight
This commit is contained in:
parent
d32a56e38d
commit
9733c0b5c8
3 changed files with 26 additions and 10 deletions
|
@ -88,6 +88,6 @@ async def markdownify(
|
|||
# Handle custom emoji
|
||||
tags.extend(emoji.tags(content))
|
||||
|
||||
content = markdown(content, extensions=["mdx_linkify", "fenced_code", "codehilite"])
|
||||
content = markdown(content, extensions=["mdx_linkify", "fenced_code"])
|
||||
|
||||
return content, tags, mentioned_actors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue