diff options
-rw-r--r-- | pydis_site/apps/content/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/content/utils.py b/pydis_site/apps/content/utils.py index ef02a8cb..17d7db81 100644 --- a/pydis_site/apps/content/utils.py +++ b/pydis_site/apps/content/utils.py @@ -47,6 +47,7 @@ def get_page(path: Path) -> Dict[str, Union[str, Dict]]: extras=[ "metadata", "fenced-code-blocks", + "highlightjs-lang", "header-ids", "strike", "target-blank-links", |