diff options
author | 2021-03-24 01:42:28 +0800 | |
---|---|---|
committer | 2021-03-24 01:42:28 +0800 | |
commit | 078fe3966c01ed3a837430ed07453bec3791935e (patch) | |
tree | 73d0b7e63ced63f3545b6249f830aa5b2ae52827 /pydis_site/apps/content/utils.py | |
parent | Rename `short_description` to `description`. (diff) |
Propogate markdown language data to highlight.js
Diffstat (limited to 'pydis_site/apps/content/utils.py')
-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", |