Skip to content

Commit

Permalink
fix: syntax-highlight (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboard-slayer committed Sep 29, 2024
1 parent eb514a2 commit bc09e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def renderAll(self, out: Path, args: BuildArgs) -> None:
style += "\n\n\n"
style += readFile(styleFile)

md = markdown.Markdown(extensions=["meta", "extra"])
md = markdown.Markdown(extensions=["meta", "extra", "codehilite"])
for file in SITE_DIR.rglob("*"):
if file.is_dir() or file.suffix == ".json":
continue
Expand Down

0 comments on commit bc09e6d

Please sign in to comment.