Skip to content

Commit

Permalink
fix: enable syntax highlightment
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboard-slayer committed Sep 25, 2024
1 parent 9e8977d commit 7a19236
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"])
md = markdown.Markdown(extensions=["meta", "extra"])
for file in SITE_DIR.rglob("*"):
if file.is_dir() or file.suffix == ".json":
continue
Expand Down

0 comments on commit 7a19236

Please sign in to comment.